import { OnInit, TemplateRef } from '@angular/core'; import { UIColumnHandler } from '../../ul-lib.service'; import * as i0 from "@angular/core"; export declare class UIBasicTableColumnComponent implements OnInit { sortable: boolean | string; isDatabound: boolean; display: string; dataKey: string; isFilter: boolean; isRowID?: string; hide?: string; cellTemplate?: TemplateRef; dataRow: any; ngOnInit(): void; GetColumnHandler(): UIColumnHandler; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }