export declare function useSwiperAutoPlay(callback: () => void, { delay, enabled, }: { delay: () => number; enabled: () => boolean; }): { autoPlay: () => void; stopAutoPlay: () => void; };