/// <reference types="react" />
declare const Tooltip: ({ text, direction }: {
    text: any;
    direction: any;
}) => JSX.Element;
export default Tooltip;
