export declare const view: { submit: (payload?: any) => Promise; close: (payload?: any) => Promise; onClose: (payload: () => Promise) => Promise; open: () => Promise; refresh: (payload?: any) => Promise; createHistory: () => Promise; getContext: () => Promise; getFrameDispatch: any>() => Promise; theme: { enable: () => Promise; }; changeWindowTitle: (title: string) => Promise; emitReadyEvent: () => Promise; createAdfRendererIframeProps: (context: import("..").FullContext, iframeId?: string) => Promise<{ id: string; src: string; onLoad: () => void; }>; }; //# sourceMappingURL=view.d.ts.map