import type { VariantProps } from "class-variance-authority" import type { dividerVariants } from "./variants" export interface DividerProps extends Omit, "color">, VariantProps {}