import { History } from 'history';
export declare type WithNavRouterProps = {
    history?: History;
    initialEntries?: History.LocationDescriptor[];
};
