import { OnInit, Injector } from '@angular/core'; import { OLightTableComponent } from './o-light-table.component'; export declare const DEFAULT_INPUTS_O_LIGHT_TABLE_COLUMN: string[]; export declare const DEFAULT_OUTPUTS_O_LIGHT_TABLE_COLUMN: any[]; export declare class OLightTableColumnComponent implements OnInit { protected injector: Injector; static DEFAULT_INPUTS_O_LIGHT_TABLE_COLUMN: string[]; static DEFAULT_OUTPUTS_O_LIGHT_TABLE_COLUMN: any[]; static DATE_TYPE: string; id: string; title: string; otype: string; format: string; flex: string; protected _table: any; private momentSrv; constructor(_table: OLightTableComponent, injector: Injector); ngOnInit(): void; getId(): string; getRenderedValue(value: any): any; parseDate(value: any): any; } export declare class OLightTableColumnModule { }