export type variantTypes = "primary" | "secondary" | "gray"; export type switchTypes = "radio" | "checkbox";