import { type IntlShape } from "react-intl"; /** * @internal */ export declare function createIntlMock(customMessages?: {}, locale?: string): IntlShape; //# sourceMappingURL=testIntlProvider.d.ts.map