import { type DividerProps } from './Divider.types'; /** * `Divider` is a component to visually or semantically separate content. * @example * * ```tsx * * ``` */ export declare const Divider: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Divider.d.ts.map