import React from "react"; export declare const ToolTip: (props: { title: string; }) => React.JSX.Element;