import { AbstractControl } from '@angular/forms'; import { RevalidationState } from '@mosaic-design/infosec-components/types'; export declare function getControlName(control: AbstractControl): string | undefined; export declare function refreshControlValidationErrors(state: RevalidationState): void;