import { FC, PropsWithChildren } from "react"; import { VariantProps } from "class-variance-authority"; declare const dividerVariants: (props?: ({ vertical?: boolean | null | undefined; color?: "tertiary" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export interface DividerProps extends VariantProps { margin?: number; className?: string; } export declare const Divider: FC>; export {}; //# sourceMappingURL=divider.d.ts.map