type ComponentSizes = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export type { ComponentSizes }; //# sourceMappingURL=ComponentSizes.d.ts.map