import type { RenderExtensionTarget } from '../extension-targets';
import type { Timezone } from '../../../shared';
/**
 * Returns the time zone of the checkout, and automatically re-renders
 * your component if the time zone changes.
 */
export declare function useTimezone<Target extends RenderExtensionTarget = RenderExtensionTarget>(): Timezone;
//# sourceMappingURL=timezone.d.ts.map