import { OnChanges, SimpleChanges } from '@angular/core'; import { ITimeCol } from '../table.type'; import { ColBase } from './col.base'; export declare class BixiTableColTimeComponent extends ColBase implements OnChanges { _col: ITimeCol; col: ITimeCol; ngOnChanges(changes: SimpleChanges): void; }