declare function setActiveItem(index: number): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { wrapper: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (((new (...args: any[]) => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[])) | null)[], 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; }>, { /** * @description manually switch image */ setActiveItem: typeof setActiveItem; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => void; switch: (index: number) => void; rotate: (deg: number) => void; }, string, import("vue").PublicProps, Readonly string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (((new (...args: any[]) => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[])) | null)[], 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<{ onClose?: (() => any) | undefined; onSwitch?: ((index: number) => any) | undefined; onRotate?: ((deg: number) => any) | undefined; }>, { readonly urlList: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (((new (...args: any[]) => string[] | import("element-plus-x/es/element-plus").VideoProps[]) | (() => string[] | import("element-plus-x/es/element-plus").VideoProps[])) | null)[], unknown, unknown>; readonly initialIndex: number; readonly infinite: import("element-plus/es/utils").EpPropMergeType; readonly hideOnClickModal: boolean; readonly teleported: boolean; readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType; readonly zoomRate: number; readonly minScale: number; readonly maxScale: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };