import { type Ref } from 'vue'; import type { SwiperSlideData } from './useSwiperData'; export declare function useSwiperAutoHeight(rootRef: Ref, slides: Ref, activeIndex: Ref, slidesPerGroup: Ref, enabled: () => boolean): void;