import { VariantProps } from 'tailwind-variants'; declare const dividerStyles: import('tailwind-variants').TVReturnType<{ orientation: { horizontal: { base: string; line: string; }; vertical: { base: string; line: string; }; }; }, { line: string; content: string; }, "flex items-center justify-between gap-3 text-sm text-muted-foreground", { orientation: { horizontal: { base: string; line: string; }; vertical: { base: string; line: string; }; }; }, { line: string; content: string; }, import('tailwind-variants').TVReturnType<{ orientation: { horizontal: { base: string; line: string; }; vertical: { base: string; line: string; }; }; }, { line: string; content: string; }, "flex items-center justify-between gap-3 text-sm text-muted-foreground", unknown, unknown, undefined>>; type DividerStyles = VariantProps; export { dividerStyles, type DividerStyles }; //# sourceMappingURL=divider.css.d.ts.map