export declare type GSizeType = "standard" | "small"; export interface GSizeMap { [size: string]: string; }