import { EventEmitter, OnInit } from '@angular/core'; import { CheckboxChangeEventInterface, CheckboxChoicesInterface } from "../checkbox/checkbox.component"; import * as i0 from "@angular/core"; export declare class BooleanCheckboxComponent implements OnInit { values: CheckboxChoicesInterface[]; label: string; value: boolean; readonly: boolean; valueChange: EventEmitter; ngOnInit(): void; emit(value: CheckboxChangeEventInterface): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }