import { Validator } from "./Validator"; /** * Prevent Attribute from being applied to an element without their associated class. * @param correlations The correlations object for a given element. * @param err Error callback. */ export declare const attributeGroupValidator: Validator; //# sourceMappingURL=attribute-group-validator.d.ts.map