import React from 'react'; export declare const SimpleTooltip: ({ text }: { text: any; }) => React.JSX.Element;