import { AfterContentInit, ElementRef, Injector, OnDestroy } from '@angular/core'; import { NgtTranslateService } from '../../../services/http/ngt-translate.service'; 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 NgtThCheckComponent implements AfterContentInit, OnDestroy { private injector; private hostElement; private ngtStylizableDirective; private ngtDataTable; ngtTranslateService: NgtTranslateService; ngtCheckbox: NgtCheckboxComponent; checked: boolean; ngtStyle: NgtStylizableService; hasSelectedAllCheckboxes: boolean; private subscriptions; constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent, ngtTranslateService: NgtTranslateService); getSelectAllElementsCheckboxStyle(): string; hasSelectedAllElements(): boolean; canSelectAllFilter(): boolean; getPaginationTotal(): number; onToggleSelectAllElements(): void; ngAfterContentInit(): void; ngOnDestroy(): void; onCheckboxChange(checked: boolean): void; private bindNgtStyle; private destroySubscriptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }