import H from 'history'; import React from 'react'; import { BrowserRouterProps } from 'react-router-dom'; /** * A wrapper around React routers Browser router * It takes care of hydrating error routes if they happened on the server. * Other than initial hydration it does nothing additional */ export declare class WatchtowerBrowserRouter extends React.Component { static displayName: string; initialLocation: H.Location | undefined; render(): JSX.Element; }