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