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