import { EventEmitter, OnDestroy } from '@angular/core'; import { OptionCheckboxService } from './option-checkbox.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class OptionCheckboxComponent implements OnDestroy { private fotonOptionCheckboxService; private _name; private _value; private node?; selected?: Observable; disabled: boolean; change: EventEmitter; constructor(fotonOptionCheckboxService: OptionCheckboxService); setSelected(selected: boolean): void; get value(): any; set value(v: any); get name(): any; set name(n: any); onBlur(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }