import { FormControl, ValidatorFn } from '@angular/forms'; export declare function atLeastOneOption(): ValidatorFn; export declare function maximumNumberOfVotes(canHaveMultipleVotes: FormControl): ValidatorFn;