import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements OnInit { private cdr; question: any; service: any; addOption: EventEmitter; deleteOption: EventEmitter; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; modifyOption(mode: string, choiceIndex: number, type: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }