import { AbmList } from '../../interface/abm-list.interface'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AbmListInputComponent { formControl: FormControl; indexAbm: number; private _abmListInput; constructor(); set abmListInput(abmListInput: AbmList); get abmListInput(): AbmList; get abmErrorDescription(): string; isControlRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }