import { TemplateRef } from '@angular/core'; export declare class DataTableColumnComponent { /** * When set to true, this column will expand to use avaiable width */ expand: boolean; template: TemplateRef; }