import { OnChanges, SimpleChanges } from '@angular/core'; import { IStatusCol } from '../table.type'; import { ColStatusService } from './col-status.service'; import { ColBase } from './col.base'; export declare class BixiTableColStatusComponent extends ColBase implements OnChanges { private colStatusService; col: IStatusCol; _class: any; _text: any; _style: any; get options(): import("../table.type").IStatus[] | never[]; constructor(colStatusService: ColStatusService); get statusTooltip(): any; ngOnChanges(changes: SimpleChanges): void; }