import { Injector, OnInit } from '@angular/core'; import { ControlValueAccessor, FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DsCheckboxComponent implements OnInit, ControlValueAccessor { private injector; constructor(injector: Injector); id: string; label: string; dsClass: string; dsClassLabel: string; type: string; name: string; formControl: FormControl; private change; writeValue(obj: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; ngOnInit(): void; private getFormControl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }