import { SimpleInputComponent } from '../simple-input/simple-input.component'; import * as i0 from "@angular/core"; export declare class SimpleInputCheckComponent extends SimpleInputComponent { type: string; valueWhenChecked: any; valueWhenUnchecked: any; isArrayValue: any; selectChanged(event: any): void; ngOnInit(): void; setValueToRecord(): void; setValue(value: any): void; setValueFromRecord(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }