import { Direction } from '.'; export default function useSlide({ pageCount }: { pageCount: any; }): { currentIndex: import("@vue/composition-api").Ref; direction: import("@vue/composition-api").Ref; handleTouchStart: (event: any) => void; handleTouchEnd: (event: any) => void; };