import { Dayjs } from 'dayjs'; export declare function createAside(opts: { getDisplayed: () => Dayjs; onDisplayedChange: (displayed: Dayjs) => void; handleUiUpdated: (syncScrolling: () => void) => void; }): { syncAsideScroll: () => void; render(): import("react/jsx-runtime").JSX.Element; };