import { AbstractControl } from '@angular/forms'; export declare function ListValidator(control: AbstractControl): { required: boolean; };