import type { ClockTime } from './getClockTime';
export declare function scrollToTime(time: ClockTime, row: HTMLDivElement | null): void;
