import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SfCheckboxComponent implements ControlValueAccessor { value: boolean | undefined; disabled: boolean; indeterminate: boolean; inputId: string; inputClass: string | string[]; onChange: (value: boolean) => void; onTouched: (value: FocusEvent) => void; hostClass: string; handleValueChange(value: boolean): void; writeValue(value: boolean): void; registerOnChange(onChange: (value: boolean) => void): void; registerOnTouched(onTouched: (value: FocusEvent) => void): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }