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, XfdfExportOptions, AnnotationXfdfControl, AnnotationControl, XfdfImportResult, XfdfSkippedEntry } from './utils/types';
export type { TextContent } from 'pdfjs-dist/types/src/display/api';
export type { Localization, Annotation } from '@vue-pdf-viewer/shared';
export default VPdfViewerPlugin;
