/// import { Action, CacheState, MountFunction, ScrollFunction } from './interface'; interface IValue { cacheStates: CacheState; dispatch: React.Dispatch; mount: MountFunction; handleScroll: ScrollFunction; } declare const CacheContext: import("react").Context; export default CacheContext;