import { Type } from '@angular/core'; export declare class CellService { private registeredCells; registerCell(type: string, component: Type): void; getCell(type: string): Type; }