import type { ImageViewerAction } from './image-viewer'; 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 function __VLS_template(): { progress?(_: { activeIndex: number; total: number; }): any; toolbar?(_: { actions: typeof handleActions; prev: typeof prev; next: typeof next; reset: typeof toggleMode; activeIndex: number; setActiveItem: typeof setActiveItem; }): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly urlList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>; readonly zIndex: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly initialIndex: import("element-plus/es/utils").EpPropFinalized; readonly infinite: import("element-plus/es/utils").EpPropFinalized; readonly hideOnClickModal: BooleanConstructor; readonly teleported: BooleanConstructor; readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized; readonly zoomRate: import("element-plus/es/utils").EpPropFinalized; readonly minScale: import("element-plus/es/utils").EpPropFinalized; readonly maxScale: import("element-plus/es/utils").EpPropFinalized; readonly showProgress: import("element-plus/es/utils").EpPropFinalized; readonly crossorigin: { readonly type: import("vue").PropType "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { /** * @description manually switch image */ setActiveItem: typeof setActiveItem; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { switch: (index: number) => void; rotate: (deg: number) => void; close: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>; readonly zIndex: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly initialIndex: import("element-plus/es/utils").EpPropFinalized; readonly infinite: import("element-plus/es/utils").EpPropFinalized; readonly hideOnClickModal: BooleanConstructor; readonly teleported: BooleanConstructor; readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized; readonly zoomRate: import("element-plus/es/utils").EpPropFinalized; readonly minScale: import("element-plus/es/utils").EpPropFinalized; readonly maxScale: import("element-plus/es/utils").EpPropFinalized; readonly showProgress: import("element-plus/es/utils").EpPropFinalized; readonly crossorigin: { readonly type: import("vue").PropType "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onClose?: (() => any) | undefined; onSwitch?: ((index: number) => any) | undefined; onRotate?: ((deg: number) => any) | undefined; }, { readonly infinite: import("element-plus/es/utils").EpPropMergeType; readonly teleported: boolean; readonly initialIndex: number; readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType; readonly urlList: string[]; readonly zoomRate: number; readonly minScale: number; readonly maxScale: number; readonly showProgress: import("element-plus/es/utils").EpPropMergeType; readonly hideOnClickModal: boolean; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };