import { AbstractControl } from '@angular/forms';
import type { NgxMatErrorControls } from '../types';
export declare function getAbstractControls(controls: NgxMatErrorControls): AbstractControl[] | undefined;
