/** Common size variant for UI components. */ export type SizeProp = 'small' | 'medium' | 'large'; //# sourceMappingURL=SizeProp.d.ts.map