import { Validator } from "./Validator"; /** * Prevent conflicting styles from being applied to the same element without an explicit resolution. * @param correlations The correlations object for a given element. * @param err Error callback. */ export declare const propertyConflictValidator: Validator; //# sourceMappingURL=property-conflict-validator.d.ts.map