import type { Color } from 'vuesax-alpha/es/constants';
export declare const isValidComponentSize: (val: string) => val is "" | "default" | "small" | "large";
export declare const isValidComponentColor: (color: string) => color is Color;
