import 'tippy.js/dist/tippy.css'; import 'tippy.js/dist/backdrop.css'; import 'tippy.js/animations/shift-away.css'; export declare const SingletonTooltip: import("styled-components").StyledComponent<({ children, style, content, ...props }: any) => any, any, {}, never>; declare const Tooltip: ({ children, style, content, ...props }: { [x: string]: any; children: any; style?: {}; content: any; }) => JSX.Element; export default Tooltip;