declare class SizeHelper { private sizeMap; getCorrectSize(size: string): string; } export declare const sizeMapHelper: SizeHelper; export {};