import { Locale } from "../locale/types.js"; import { ComponentType } from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/intl-provider/with-locale.d.ts declare function withLocale(WrappedComponent: ComponentType): { (props: T): react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { withLocale }; //# sourceMappingURL=with-locale.d.ts.map