import { type HTMLAttributes } from 'react'; export interface DividerProps extends HTMLAttributes { /** Optional center label text (e.g. "OR") */ label?: string; /** Orientation of the divider */ orientation?: 'horizontal' | 'vertical'; } export declare const Divider: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=divider.d.ts.map