interface DividerProps { className?: string; } export declare const Divider: import("react").ForwardRefExoticComponent>; export {};