import { AfterViewInit, QueryList } from '@angular/core'; import { NarikDataDisplayValueComponent } from '../base/narik-data-display-value-component'; import { NarikCheckBox } from './narik-checkbox.component'; import * as i0 from "@angular/core"; export declare class NarikCheckBoxList extends NarikDataDisplayValueComponent implements AfterViewInit { private isInternalChange; checkBoxItems: QueryList; ngAfterViewInit(): void; addOrRemove(value: any): void; contains(value: any): boolean; private add; private remove; valueChanged(newValue: any, oldValue: any): void; private applyValueToItems; protected useData(data: any[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }