import { RegionService } from "./region.service";
import { ComponentFactoryService } from "./component-factory.service";
import { ComponentModel } from "../models/component.model";
import * as i0 from "@angular/core";
export declare class ScreenLoaderService {
    private regions;
    private factory;
    constructor(regions: RegionService, factory: ComponentFactoryService);
    /**
     * Replace exactly ONE container’s contents
     * (or fallback to a “default” CID if none is given).
     */
    load(componentJson: ComponentModel, containerCid?: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScreenLoaderService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ScreenLoaderService>;
}
