import type { Ref } from 'vue' export interface SwiperInstance { uid: string swiperItemIndex: Ref clearShadow: () => void rectWidth: number rectHeight: number classList: DOMTokenList }