import { ElementRef, EventEmitter, Injector, OnDestroy } from '@angular/core'; import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive'; import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service'; import { NgtCheckboxComponent } from '../../forms/template-driven/ngt-checkbox/ngt-checkbox.component'; import { NgtDatatableComponent } from '../ngt-datatable.component'; import * as i0 from "@angular/core"; export declare class NgtTdCheckComponent implements OnDestroy { private injector; private hostElement; private ngtStylizableDirective; private ngtDataTable; checkbox: NgtCheckboxComponent; reference: any; isDisabled: boolean; checked: boolean; onCheckboxInit: EventEmitter; ngtStyle: NgtStylizableService; private id; private subscriptions; private isFirstChange; constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent); ngAfterContentInit(): void; ngOnDestroy(): void; onCheckboxChange(checked: boolean): void; private bindNgtStyle; private destroySubscriptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }