import { ImageViewerAction, ImageViewerProps } from "./image-viewer.js"; import * as vue from "vue"; //#region ../../packages/components/image-viewer/src/image-viewer.vue.d.ts declare function toggleMode(): void; declare function setActiveItem(index: number): void; declare function prev(): void; declare function next(): void; declare function handleActions(action: ImageViewerAction, options?: {}): void; declare var __VLS_55: { activeIndex: number; total: number; }, __VLS_57: { actions: typeof handleActions; prev: typeof prev; next: typeof next; reset: typeof toggleMode; activeIndex: number; setActiveItem: typeof setActiveItem; }, __VLS_124: { activeIndex: number; src: string; }, __VLS_126: {}; type __VLS_Slots = {} & { progress?: (props: typeof __VLS_55) => any; } & { toolbar?: (props: typeof __VLS_57) => any; } & { 'viewer-error'?: (props: typeof __VLS_124) => any; } & { default?: (props: typeof __VLS_126) => any; }; declare const __VLS_base: vue.DefineComponent void; close: () => void; rotate: (deg: number) => void; switch: (index: number) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onError?: ((evt: Event) => any) | undefined; onClose?: (() => any) | undefined; onRotate?: ((deg: number) => any) | undefined; onSwitch?: ((index: number) => any) | undefined; }>, { scale: number; infinite: boolean; closeOnPressEscape: boolean; initialIndex: number; zoomRate: number; minScale: number; maxScale: number; urlList: string[]; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };