export declare function useAutoplay(callback: () => void, interval: number, autoplay: boolean): [() => void, () => void];