import React from 'react'; export type GridStickyOverlayProps = { totalWidth: number; totalHeight: number; scrollingRef: React.RefObject; }; export declare const GridStickyOverlay: React.NamedExoticComponent; //# sourceMappingURL=grid-sticky-overlay.d.ts.map