import { OnInit, OnDestroy } from '@angular/core'; import { Field } from 'ng-formly'; export declare class FormlyChecklistComponent extends Field implements OnInit, OnDestroy { private ngUnsubscribe; value: boolean; constructor(); ngOnInit(): void; changed(e: boolean): void; ngOnDestroy(): void; }