import { TemplateRef } from '@angular/core'; export declare class BllTableColumnDirective { template: TemplateRef; constructor(template: TemplateRef); class: string; ngClass: string; header: string; set width(value: string); get width(): string; actualWidth: { value: number; unit: 'px' | '%'; }; styles: { minWidth: string; maxWidth: string; flexBasis: string; }; private _width; sortable: boolean; sorted: 'desc' | 'asc' | null; }