export { default as dividerDark } from './dark';
export { default as dividerLight } from './light';
export type { DividerThemeVars, DividerTheme } from './light';
