import { EventEmitter, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglInternalDatatableHeadCell { heading: string; headingTpl: TemplateRef; get header(): string | TemplateRef; get attrTitle(): string; sortable: boolean; sortOrder: 'asc' | 'desc'; get ariaSort(): string; sort: EventEmitter; sortChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }