import { ValidatorFn } from '@angular/forms'; export declare function requireCheckboxesToBeCheckedValidator(minRequired?: number): ValidatorFn;