import { type ReactNode } from "react"; /** * @internal */ export interface IIntlWrapperProps { locale?: string; children?: ReactNode; } /** * @internal */ export declare function IntlWrapper({ children, locale }: IIntlWrapperProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=IntlWrapper.d.ts.map