import React from "react"; import type { GridMouseCellEventArgs } from "../internal/data-grid/event-args.js"; export declare function useAutoscroll(scrollDirection: GridMouseCellEventArgs["scrollEdge"] | undefined, scrollRef: React.MutableRefObject, onScroll?: () => void): void; //# sourceMappingURL=use-autoscroll.d.ts.map