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