export declare const Divider: import("react").ForwardRefExoticComponent<{ type?: import("./types.js").DividerTypes; indents?: import("./types.js").DividerIndents; children?: never; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "type" | "children" | "indents"> & import("react").RefAttributes>; //# sourceMappingURL=Divider.d.ts.map