import { PluginManifest } from '@embedpdf/core'; import { UIPluginConfig } from './types'; export declare const UI_PLUGIN_ID = "ui"; export declare const manifest: PluginManifest;