export declare const convertSize: (size?: string) => "lg" | "md" | "sm";
