import { ScrollerGridProps } from "@etsoo/react";
export declare function gridCacheKeyGenerator(cacheKey: string): string;
export declare function useGridCacheInitLoad<T extends object>(cacheKey: string | undefined, cacheMinutes: number): ScrollerGridProps<T>["onInitLoad"];
