export declare const convertSizeToScale: (size: "small" | "medium" | "large" | undefined) => 1 | 2 | 3;