import { NzSafeAny } from 'ng-zorro-antd/core/types'; import { IProgressCol } from '../table.type'; import { ColBase } from './col.base'; export declare class BixiTableColProgressComponent extends ColBase { defaultStatus: NzSafeAny; get status(): string; get progressTooltip(): any; col: IProgressCol; get _width(): string | undefined; get _display(): string; get progressStatus(): string; get color(): string; format: (percent: number) => string; }