import { AbstractControl, FormGroup } from '@angular/forms'; export declare const getFormControl: (form: FormGroup, controlName: string) => AbstractControl;