import { AbstractControl } from '@angular/forms'; export declare const getErrorMessage: (control: AbstractControl) => string | undefined;