import { TemplateRef } from '@angular/core'; import { GanttUpper } from '../gantt-upper'; import * as i0 from "@angular/core"; export declare class NgxGanttTableColumnComponent { ganttUpper: GanttUpper; columnWidth: string; set width(width: number | string); name: string; templateRef: TemplateRef; headerTemplateRef: TemplateRef; constructor(ganttUpper: GanttUpper); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }