/** @packageDocumentation * @module ChildWindowManager */ /// import "./PopoutWidget.scss"; import { WidgetDef } from "../widgets/WidgetDef"; interface PopoutWidgetProps { widgetContainerId: string; widgetDef: WidgetDef; } /** Component used to wrap a widget for use is a child window. * @internal */ export declare function PopoutWidget({ widgetContainerId, widgetDef }: PopoutWidgetProps): JSX.Element; export {}; //# sourceMappingURL=PopoutWidget.d.ts.map