export { default as tooltipDark } from './dark';
export { default as tooltipLight } from './light';
export type { TooltipThemeVars, TooltipTheme } from './light';
