declare const useColorsAttributesValidator: () => {
    isValidAttribute: (attr: string) => boolean;
};
export default useColorsAttributesValidator;
