import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements ControlValueAccessor { responseStatus: any; name: string | undefined; placeholder: string | undefined; checked: boolean; help: string | undefined; inputClass: string; _value: boolean; get value(): boolean; set value(v: boolean); writeValue(value: any): void; onChange: (_: any) => void; onTouched: () => void; registerOnChange(fn: (_: any) => void): void; registerOnTouched(fn: () => void): void; onInput(e: HTMLInputElement | any): void; get id(): string | undefined; get errorField(): any; cls(...args: any[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }