import Tooltip, { TooltipProps as TTooltipProps } from './Tooltip'; export declare type TooltipProps = TTooltipProps; export default Tooltip;