export declare const isValidComponentSize: (val: string) => val is "" | "small" | "default" | "large";