import { ComponentType } from 'react';
export declare const withMuiPickersUtilsProvider: (Component: ComponentType) => (props: any) => JSX.Element;
