import { Injector } from '@angular/core'; import { DatasetAwareFormComponent } from '../dataset-aware-form.component'; export declare class CheckboxsetComponent extends DatasetAwareFormComponent { static initializeProps: void; layout: string; collapsible: boolean; protected match: string; protected dateformat: string; disabled: boolean; itemsperrow: string; private itemsPerRowClass; constructor(inj: Injector); onCheckboxLabelClick($event: any, key: any): void; protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void; onKeyDown($event: any): void; onPropertyChange(key: any, nv: any, ov?: any): void; }