import React from 'react';
import { ContextProps } from '../types';
export declare const withLocalizer: <T extends {}>(WrappedComponent: React.ComponentType<T & ContextProps>) => React.FC<T & Partial<ContextProps>>;
