export type variantTypes = "primary" | "secondary" | "gray"; export type buttonSize = "large" | "medium" | "small" | "xsmall";