import { CellRendererContext, BaseColumn, ColumnConfig } from '@c8y/ngx-components'; import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { IManagedObject } from 'packages/client/lib'; import { OperationStatusOptionsMapShared } from '@c8y/ngx-components/operations/shared'; declare class CreationTimeCellRendererComponent { context: CellRendererContext; constructor(context: CellRendererContext); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class CreationTimeGridColumn extends BaseColumn { constructor(initialColumnConfig?: ColumnConfig); } declare class DeviceCellRendererComponent implements OnInit { context: CellRendererContext; device: IManagedObject; private inventoryService; constructor(context: CellRendererContext); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DeviceGridColumn extends BaseColumn { constructor(initialColumnConfig?: ColumnConfig); } declare class FailureReasonCellRendererComponent { context: CellRendererContext; constructor(context: CellRendererContext); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class FailureReasonGridColumn extends BaseColumn { constructor(initialColumnConfig?: ColumnConfig); } declare class StatusCellRendererComponent { context: CellRendererContext; OPERATION_STATUS_OPTIONS_MAP: OperationStatusOptionsMapShared; constructor(context: CellRendererContext); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class OperationStatusGridColumn extends BaseColumn { constructor(initialColumnConfig?: ColumnConfig); } export { CreationTimeCellRendererComponent, CreationTimeGridColumn, DeviceCellRendererComponent, DeviceGridColumn, FailureReasonCellRendererComponent, FailureReasonGridColumn, OperationStatusGridColumn, StatusCellRendererComponent }; //# sourceMappingURL=index.d.ts.map