declare const isValidColor: (color: string) => boolean;
export { isValidColor };
