import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR: any; export declare class CheckBoxComponent implements ControlValueAccessor { isDisabled: boolean; text: string; whiteSpace: string; id: string; css: string; isTristate: boolean; additionalState: boolean; change: EventEmitter; private _value; private onTouchedCallback; private onChangeCallback; get value(): any; set value(v: any); writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; changeSelect(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=check-box.component.d.ts.map