export { default as switchDark } from './dark';
export { default as switchLight } from './light';
export type { SwitchTheme, SwitchThemeVars } from './light';
