/// interface IntlProviderProps { children: JSX.Element | JSX.Element[]; onCurrencyChange: (currency: string) => void; } export declare const IntlProvider: ({ children, onCurrencyChange, }: IntlProviderProps) => import("react/jsx-runtime").JSX.Element; export {};