import type { RectReadOnly } from "@1771technologies/lytenyte-core/yinternal";
export declare function useRowStartAndEnd(panel: HTMLElement | null | undefined, itemHeight: number, bounds: RectReadOnly, size: number): number[];
