import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvCheckboxComponent implements ControlValueAccessor { errorMessage: import("@angular/core").InputSignal; value: any; options: { key: string; name: string; }[]; label: string; disabled: boolean; binary: boolean; invalid: boolean; size: 'small' | 'normal' | 'large'; model: string[]; modelChange: EventEmitter; onChange: (value: any) => void; onTouched: () => void; get validatedSize(): 'small' | 'large' | null; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; toggleCheck(_: any, event: boolean): void; isChecked(value: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-checkbox.component.d.ts.map