import React from 'react';
import { NextRouter } from './router/router';
export declare const RouterContext: React.Context<NextRouter>;