declare var __VLS_43: { activeIndex: any; total: any; }, __VLS_45: { actions: any; prev: any; next: any; reset: any; activeIndex: any; setActiveItem: any; }, __VLS_107: { activeIndex: any; src: any; }, __VLS_109: {}; type __VLS_Slots = {} & { progress?: (props: typeof __VLS_43) => any; } & { toolbar?: (props: typeof __VLS_45) => any; } & { 'viewer-error'?: (props: typeof __VLS_107) => any; } & { default?: (props: typeof __VLS_109) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };