import { NglDatatableCell } from './cell'; import { NglDatatableHeadingTemplate } from './heading'; import * as i0 from "@angular/core"; export declare class NglDatatableColumn { heading: string; key: string; headClass: any; cellClass: any; sortable: boolean; truncate: boolean; cellTpl: NglDatatableCell; headingTpl: NglDatatableHeadingTemplate; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }