import { type AbstractControl } from '@angular/forms';
import { type Observable } from 'rxjs';
export declare function getControlWithError(controls: AbstractControl[]): Observable<AbstractControl | undefined>;
