/** @packageDocumentation * @module Widget */ import { WidgetDef } from "./WidgetDef"; /** Proxy will return `stableId` if target [[WidgetDef]] id is auto-generated. * @internal */ export declare function createStableWidgetDef(widgetDef: WidgetDef, stableId: string): WidgetDef; //# sourceMappingURL=StableWidgetDef.d.ts.map