import type { ButtonVariant } from "~ui/button/buttonCva" export interface MayHaveButtonVariant { variant?: ButtonVariant }