import type { Layout } from '../scroll_window'; export declare const calculateScrollStatePosition: (scrollableEl: HTMLElement, layout: Layout, isRtl: boolean) => { scrollPosition: number; containerSize: number; };