/// export declare type DividerProps = { width?: number; style?: React.CSSProperties; className?: string; type?: 'horizontal' | 'vertical'; };