import Tooltip, { TooltipMode, ARROW_SIZE } from './tooltip.component'; export default Tooltip; export { ARROW_SIZE }; export type { TooltipMode };