import { QueryParamAdapterComponent } from 'use-query-params'; /** * Adapts standard DOM window history to work with our * { replace, push } interface. */ export declare const WindowHistoryAdapter: QueryParamAdapterComponent;