export declare const useClient: () => { clientWindow: (Window & typeof globalThis) | undefined; isClient: boolean; userCountry: string; defaultCurrency: string; };