import type { TooltipProps } from './Tooltip'; import Tooltip from './Tooltip'; export default Tooltip; export type { TooltipProps };