export interface Sizing { min: number; xxs: number; xs: number; sm: number; md: number; lg: number; xl: number; xxl: number; max: number; }