import { ElementRef, OnInit, OnDestroy } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ColumnHeaderDirective implements OnInit, OnDestroy { private router; private route; private _el; private queryParamsSubscription; readonly header: string; private _encodedSortProperty; set column(name: string); constructor(el: ElementRef, router: Router, route: ActivatedRoute); ngOnInit(): void; ngOnDestroy(): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=column-header.directive.d.ts.map