import { Location } from 'history'; import { routeType } from './ScrollRestorationHandler'; export declare function useScrollRestore({ location, ignoreForRouteTypes, prevLocation }: { location: Location<{ type?: any; }>; prevLocation: Location; ignoreForRouteTypes?: routeType[]; }): void;