import { type ReactNode } from "react"; import { type IntlShape } from "react-intl"; import { type ILocale } from "@gooddata/sdk-ui"; export declare function createInternalIntl(locale: ILocale | undefined, messages: Record): IntlShape; interface IInternalIntlWrapperProps { locale?: string; children?: ReactNode; } export declare function InternalIntlWrapper({ locale, children }: IInternalIntlWrapperProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=internalIntlProvider.d.ts.map