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