import React, { PropsWithChildren } from 'react'; import { CSS } from '../Theme'; export declare type alignTooltip = 'end' | 'center' | 'start' | undefined; export declare type sideTooltip = 'bottom' | 'left' | 'right' | 'top' | undefined; export declare const Tooltip: React.FC>;