export { Tooltip } from "./Tooltip";
export type { TooltipProps, TooltipTheme } from "./Tooltip";
export { tooltipTheme } from "./theme";
