/// import { RouteComponentProps } from 'react-router-dom'; export type routeType = 'sortOrderChange' | 'filterChange' | 'paginationChange' | 'Product' | 'Category' | 'Page'; export interface ScrollRestoreProps { ignoreForRouteTypes?: routeType[]; } declare const _default: import("react").ComponentClass, "ignoreForRouteTypes">, any> & import("react-router").WithRouterStatics<({ location, ignoreForRouteTypes }: ScrollRestoreProps & RouteComponentProps<{}, import("react-router").StaticContext, unknown>) => any>; export default _default;