import { Type } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CellService { private registeredCells; registerCell(type: string, component: Type): void; getCell(type: string): Type; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }