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