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