import type { VariantProps } from "class-variance-authority" import type { footnoteVariants } from "./variants" export interface FootnoteProps extends Omit, "color">, VariantProps { asChild?: boolean fontOnly?: boolean }