export interface IInternalApi {
    getVerticalScrollOffset?: () => number;
    getVisibleAreaHeight?: () => number;
}
