export declare const isValidComponentSize: (val: string) => boolean;
export declare const isValidComponentType: (val: string) => boolean;
