import { Observable } from "rxjs"; import { ConfiguratorService } from "./configurator.service"; import { IWidgetSelector } from "./types"; import { ComponentPortalService } from "../../pizzagna/services/component-portal.service"; export declare class WidgetClonerService { private configuratorService; private componentPortalService; private ref; constructor(configuratorService: ConfiguratorService, componentPortalService: ComponentPortalService); open(cloner: IWidgetSelector): Observable; }