import type { RefObject } from 'react';
export declare const scrollToSlide: (id: number, ref: RefObject<HTMLDivElement>) => void;
