import { type VariantProps } from 'class-variance-authority'; export declare const dividerRootVariants: (props?: ({ vertical?: boolean | null | undefined; hasLabel?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const dividerLineVariants: (props?: ({ vertical?: boolean | null | undefined; flex?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const dividerLabelVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export type DividerVariantProps = Pick, 'vertical' | 'hasLabel'>; //# sourceMappingURL=styles.d.ts.map