import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { FormArray, FormGroup } from '@angular/forms'; import { LabeledState } from 'influent-core'; import * as i0 from "@angular/core"; export declare class ChecklistComponent implements OnInit, OnDestroy { checklist: LabeledState[]; changed: EventEmitter; private subs; private fb; form: FormGroup; get items(): FormArray; get completedCount(): number; ngOnInit(): void; ngOnDestroy(): void; update(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }