import { TooltipProps } from "./tooltip.types.js";
import { Tooltip } from "./tooltip.js";
export { Tooltip, type TooltipProps };
