import { ComponentType } from 'react'; export declare function withLocale(WrappedComponent: ComponentType): (props: T) => JSX.Element;