/// export declare const BrowserPage: ({ match: { params: { view } }, location, history, }: { match: { params: { view?: string; }; }; location: any; history: any; }) => JSX.Element;