export type SelectSize = "small" | "large" | ""; export interface SelectOption { label: string; value: string; }