import { ChangeDetectorRef, ComponentFactoryResolver, OnChanges, Type, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TableHeaderComponent implements OnChanges { viewContainerRef: ViewContainerRef; private componentFactoryResolver; private changeDetectionRef; component: Type; label: string; value: any; constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, changeDetectionRef: ChangeDetectorRef); ngOnChanges(): void; hasComponent(): boolean; loadComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }