export interface SwiperItem { imageUrl?: string; url?: string; alt?: string; duration?: number; [key: string]: any; } export type { HSwiperProps, HSwiperEmits } from './index.vue';