import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CsCheckboxComponent implements OnInit { disabled: boolean; ngValue: any; value: any; readonly: boolean; ngValueChange: EventEmitter; oneLine: boolean; checked: boolean | undefined; constructor(); ngOnInit(): void; valueChanged(): void; chileClick(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }