import { ElementRef, Injector } from '@angular/core'; import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive'; import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service'; import * as i0 from "@angular/core"; export declare class NgtTdComponent { private injector; private hostElement; private ngtStylizableDirective; ngtStyle: NgtStylizableService; constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective); private bindNgtStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }