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