import { AbmList } from '../../interface/abm-list.interface'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AbmListCheckComponent { control: FormControl; label: string; private _abmListInput; set abmListInput(abmListInput: AbmList); get abmListInput(): AbmList; validateError(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }