/// export interface DividerProps extends React.ComponentPropsWithRef<'div'> { color?: string; margin?: string; width?: string; } export declare const Divider: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;