/// import history from "./history"; import Switch from "./Switch"; import Redirect from "./Redirect"; import Prompt from "./Prompt"; import withRouter from "./withRouter"; import getParams from "./getParams"; import Link from "./Link"; import NavLink from "./NavLink"; declare const _default: { history: typeof history; Router: import("react").FunctionComponent; Switch: typeof Switch; Route: import("react").FunctionComponent; LazilyRoute: import("react").FunctionComponent; Redirect: typeof Redirect; Prompt: typeof Prompt; withRouter: typeof withRouter; getParams: typeof getParams; Link: typeof Link; NavLink: typeof NavLink; }; export default _default;