import { Validator } from './Validator';
import { ValidatorArray } from './ValidatorArray';
export declare class ExcludeCheckedValidatorArray<T = any, E = Element> extends ValidatorArray<T, E> {
    include: any[];
    allRequired: boolean;
    constructor(include: any[], allRequired?: boolean, value?: Validator<T, E>[], target?: E, event?: Event, autoValid?: boolean);
    valid(): boolean;
}
//# sourceMappingURL=ExcludeCheckedValidatorArray.d.ts.map