export declare const sizeMapper: (type: "small" | "medium" | "large") => "small" | "medium" | "large" | undefined;