import { DataJob } from '../../../../model/data-job.model';
import * as i0 from "@angular/core";
export declare class StatusCellComponent {
    dataJob: DataJob;
    static ɵfac: i0.ɵɵFactoryDeclaration<StatusCellComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StatusCellComponent, "lib-status-cell", never, { "dataJob": "dataJob"; }, {}, never, never>;
}
