import { tv } from "tailwind-variants"; export const helperTextVariants = tv({ slots: { root: "flex flex-col gap-2", label: "text-sm text-neutral-500" } })