export default Tooltip; declare function Tooltip({ children, content, isBasic, ...rest }: { [x: string]: any; children: any; content: any; isBasic: any; }): JSX.Element;