export declare const Sizes: { xs: string; s: string; sm: string; m: string; l: string; xl: string; xxl: string; }; export declare const GenerateSize: (size: string) => any; export declare const GenerateSizeObject: (name: string) => {};