import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { DatasourceComponent } from './ds-datasource.component'; import * as i0 from "@angular/core"; export declare class DatasourceSelectionCheckboxComponent implements OnInit, OnDestroy { private subscriptions; ngOnInit(): void; ngOnDestroy(): void; datasource: DatasourceComponent; allowMultiSelect: boolean; selectId: any; /** Html Id Attribute for Input */ ariaLabel: string; disable: boolean; checkboxControl: ElementRef; private toogleIsCheckedIfNesseary; private _isChecked; private multiSelectIsChecked; set isChecked(value: boolean); get isChecked(): boolean; private onSelectedIdsChanges; onClick($event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }