import { BaseColumn, ColumnConfig, CellRendererContext } from '@c8y/ngx-components'; import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { AssetNodeService } from '@c8y/ngx-components/assets-navigator'; declare class AssetTypeGridColumn extends BaseColumn { constructor(initialColumnConfig?: ColumnConfig); } declare class AssetTypeCellRendererComponent implements OnInit { context: CellRendererContext; protected assetNodeService: AssetNodeService; groupIcon: Promise; isAnyGroup: boolean; isDevice: boolean; isAsset: boolean; iconTitle: string; constructor(context: CellRendererContext, assetNodeService: AssetNodeService); ngOnInit(): Promise; private getIconTitle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { AssetTypeCellRendererComponent, AssetTypeGridColumn }; //# sourceMappingURL=index.d.ts.map