import { UISchema } from '@pdfmergy/plugin-ui'; /** * UI Schema Configuration * * This defines the complete UI structure for the PDF viewer application. * The schema is a declarative, type-safe way to define toolbars, menus, and panels. */ export declare const viewerUISchema: UISchema; //# sourceMappingURL=ui-schema.d.ts.map