import 'core-js'; import { GlobalWorkerOptions, PDFDocumentProxy } from "pdfjs-dist"; import Swiper from "swiper"; import { useDrauu } from '@vueuse/integrations/useDrauu'; declare const _default: import("vue").DefineSetupFnComponent<{ src: string; vertical?: boolean; fixedOutline?: boolean; swiper?: typeof Swiper; swiperOptopns?: Parameters; outline?: any[]; numPages?: number; currentPage?: number; annotations?: Record; currentDrauu?: ReturnType; currentDrauuOptopns?: { mode: "draw" | "stylus" | "line" | "rectangle" | "ellipse" | "eraseLine"; color: string; size: number; }; container?: HTMLDivElement; showOutline?: boolean; isShowThumbnailList?: boolean; isOpenDrauu: boolean; pdf?: PDFDocumentProxy; thumbnailLists?: any[]; getThumbnailLists?(): any; prevPage?(): void; nextPage?(): void; showTools?: boolean; }, { change: () => void; 'update:isOpenDrauu': (isOpenDrauu: boolean) => void; }, {}, { src: string; vertical?: boolean; fixedOutline?: boolean; swiper?: typeof Swiper; swiperOptopns?: Parameters; outline?: any[]; numPages?: number; currentPage?: number; annotations?: Record; currentDrauu?: ReturnType; currentDrauuOptopns?: { mode: "draw" | "stylus" | "line" | "rectangle" | "ellipse" | "eraseLine"; color: string; size: number; }; container?: HTMLDivElement; showOutline?: boolean; isShowThumbnailList?: boolean; isOpenDrauu: boolean; pdf?: PDFDocumentProxy; thumbnailLists?: any[]; getThumbnailLists?(): any; prevPage?(): void; nextPage?(): void; showTools?: boolean; } & { onChange?: (() => any) | undefined; "onUpdate:isOpenDrauu"?: ((isOpenDrauu: boolean) => any) | undefined; }, import("vue").PublicProps>; export default _default; export { GlobalWorkerOptions };