import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements ControlValueAccessor { label: string; value: any; private _checked; get checked(): boolean; set checked(val: boolean); checkedChange: EventEmitter; disabled: boolean; binary: boolean; variant: 'filled' | 'outlined'; class: string; onChange: any; onTouched: any; writeValue(value: boolean): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onModelChange(checked: boolean): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }