export { default as Separator } from './Separator.tsx'; export { SEPARATOR_STYLES } from './styles/Separator.css.ts'; export type { SeparatorProps } from './types/Separator.props.ts'; export type { SeparatorColor, SeparatorOrientation, SeparatorTextColor, } from './types/Separator.types.ts';