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