import * as React from 'react'; /** * Renders whatever plugin dialogs are open. Mounted once, by `AppProvider`, inside * `PluginHostProvider` — never by a plugin, and never more than once. */ export declare function PluginDialogHost(): React.JSX.Element; //# sourceMappingURL=PluginDialogHost.d.ts.map