import { AfterViewInit, ElementRef, Injector } from '@angular/core'; import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive'; import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service'; import { NgtDatatableComponent } from '../ngt-datatable.component'; import * as i0 from "@angular/core"; export declare class NgtTheadComponent implements AfterViewInit { private injector; private hostElement; private ngtStylizableDirective; private ngtDatatable; ngtStyle: NgtStylizableService; constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDatatable: NgtDatatableComponent); ngAfterViewInit(): void; private applyHeadBgColor; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }