import type { WidgetDto } from '../../../../domains/widgets/components/widget-by-id/types'; /** * Returns a debounced function that persists the navigator scroller position * for the given widget via a PATCH to the dashboard API. * * @internal */ export declare function useScrollerLocationSave(dashboardOid: string, widgetOid: string, currentOptions?: NonNullable): (min: number, max: number) => void;