import { type IntlShape } from "react-intl"; import { type ILocale } from "@gooddata/sdk-ui"; /** * Test intl utils * @internal */ export declare function createInternalIntl(locale?: ILocale): IntlShape; //# sourceMappingURL=createInternalIntl.d.ts.map