import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, CreateComponentPublicInstanceWithMixins, PropType, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api'; import { WatermarkOptions, HighlightOptions, AnnotationEventPayload, HighlightEventPayload, TextLayerLoadedEventPayload } from '@tato30/vue-pdf'; import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils'; import { DefineComponent } from '@primevue/core'; import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image'; declare const _default: DefineComponent, {}, { pdf: any; pages: number; rotation: number; scale: number; }, {}, { loadPDF(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ type: { type: StringConstructor; default: string; }; id: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { id: string; type: string; }, {}, { VuePDF: { new (...args: any[]): CreateComponentPublicInstanceWithMixins; default: number; }; pdf: { type: PropType; }; scale: { type: PropType; default: number; }; rotation: { type: PropType; }; fitParent: { type: PropType; }; width: { type: PropType; }; height: { type: PropType; }; textLayer: { type: PropType; }; autoDestroy: { type: PropType; default: boolean; }; imageResourcesPath: { type: PropType; }; hideForms: { type: PropType; }; intent: { type: PropType; default: string; }; annotationLayer: { type: PropType; }; annotationsFilter: { type: PropType; }; annotationsMap: { type: PropType; }; watermarkText: { type: PropType; }; watermarkOptions: { type: PropType; }; highlightText: { type: PropType; }; highlightOptions: { type: PropType; }; highlightPages: { type: PropType; }; }>> & Readonly<{ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined; onAnnotationLoaded?: ((payload: any[]) => any) | undefined; onHighlight?: ((payload: HighlightEventPayload) => any) | undefined; onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined; onXfaLoaded?: (() => any) | undefined; onLoaded?: ((payload: PageViewport) => any) | undefined; }>, { reload: () => void; cancel: () => void; destroy: () => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { annotation: (payload: AnnotationEventPayload) => void; highlight: (payload: HighlightEventPayload) => void; loaded: (payload: PageViewport) => void; textLoaded: (payload: TextLayerLoadedEventPayload) => void; annotationLoaded: (payload: any[]) => void; xfaLoaded: () => void; }, PublicProps, { page: number; intent: string; scale: number; autoDestroy: boolean; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ page: { type: PropType; default: number; }; pdf: { type: PropType; }; scale: { type: PropType; default: number; }; rotation: { type: PropType; }; fitParent: { type: PropType; }; width: { type: PropType; }; height: { type: PropType; }; textLayer: { type: PropType; }; autoDestroy: { type: PropType; default: boolean; }; imageResourcesPath: { type: PropType; }; hideForms: { type: PropType; }; intent: { type: PropType; default: string; }; annotationLayer: { type: PropType; }; annotationsFilter: { type: PropType; }; annotationsMap: { type: PropType; }; watermarkText: { type: PropType; }; watermarkOptions: { type: PropType; }; highlightText: { type: PropType; }; highlightOptions: { type: PropType; }; highlightPages: { type: PropType; }; }>> & Readonly<{ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined; onAnnotationLoaded?: ((payload: any[]) => any) | undefined; onHighlight?: ((payload: HighlightEventPayload) => any) | undefined; onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined; onXfaLoaded?: (() => any) | undefined; onLoaded?: ((payload: PageViewport) => any) | undefined; }>, { reload: () => void; cancel: () => void; destroy: () => void; }, {}, {}, {}, { page: number; intent: string; scale: number; autoDestroy: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase; default: number; }; pdf: { type: PropType; }; scale: { type: PropType; default: number; }; rotation: { type: PropType; }; fitParent: { type: PropType; }; width: { type: PropType; }; height: { type: PropType; }; textLayer: { type: PropType; }; autoDestroy: { type: PropType; default: boolean; }; imageResourcesPath: { type: PropType; }; hideForms: { type: PropType; }; intent: { type: PropType; default: string; }; annotationLayer: { type: PropType; }; annotationsFilter: { type: PropType; }; annotationsMap: { type: PropType; }; watermarkText: { type: PropType; }; watermarkOptions: { type: PropType; }; highlightText: { type: PropType; }; highlightOptions: { type: PropType; }; highlightPages: { type: PropType; }; }>> & Readonly<{ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined; onAnnotationLoaded?: ((payload: any[]) => any) | undefined; onHighlight?: ((payload: HighlightEventPayload) => any) | undefined; onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined; onXfaLoaded?: (() => any) | undefined; onLoaded?: ((payload: PageViewport) => any) | undefined; }>, { reload: () => void; cancel: () => void; destroy: () => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { annotation: (payload: AnnotationEventPayload) => void; highlight: (payload: HighlightEventPayload) => void; loaded: (payload: PageViewport) => void; textLoaded: (payload: TextLayerLoadedEventPayload) => void; annotationLoaded: (payload: any[]) => void; xfaLoaded: () => void; }, string, { page: number; intent: string; scale: number; autoDestroy: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; overlay?(_: { width: number | undefined; height: number | undefined; }): any; }; }); OnlyImageDisplayed: DefineComponent, {}, { contentUrl: any; }, { hasContentUrl(): boolean; }, { loadImage(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ id: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { id: string; }, {}, { PrimeImage: DefineComponent void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>; }, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=DisplayFileInDashboardComponent.vue.d.ts.map