export type Size = "small" | "medium" | "large" | "xlarge"; export type Color = { key: string; hexCode: string; label?: string; };