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