export declare const isValidWidthUnit: (val: string | number) => boolean; export declare const isValidComponentSize: (val: string) => boolean;