import type { Plugin } from 'vue'; import { Locales } from '@vue-pdf-viewer/shared'; export declare const VPdfViewerPlugin: Plugin; export { Locales }; export * from './components'; export type { VPVInstance, CanvasLoadedCallback, PrintControl, ToolbarOptions, MatchHighlightResult } from './utils/types'; export type { TextContent } from 'pdfjs-dist/types/src/display/api'; export type { Localization } from '@vue-pdf-viewer/shared'; export default VPdfViewerPlugin;