import { AbstractControl } from "@angular/forms"; export declare function isRequired(control: AbstractControl): boolean;