export declare const withToolTip: (WrapComponent: any) => ({ tooltip, ...props }: { [x: string]: any; tooltip: any; }) => JSX.Element;