import * as React from 'react'; import type { ViewerKey } from '../../types/dbTypes'; /** * Renders the `data.pages` contribution the viewer key names. The frame mirrors * `PluginsManager`, so a plugin page is indistinguishable from a built-in one. */ export declare function PluginDataPageHost({ viewer }: { viewer: ViewerKey; }): React.JSX.Element; //# sourceMappingURL=PluginDataPageHost.d.ts.map