export declare const Tooltip: ({ text, children }: { text: any; children: any; }) => JSX.Element;