import { AbstractControl } from '@angular/forms';
export interface CvaFormControl {
    getFormControl(): AbstractControl | null;
}
