export interface DividerProps extends React.HTMLAttributes { type?: 'horizontal' | 'vertical'; orientation?: 'left' | 'right' | 'center'; dashed?: boolean; color?: string; }