export { Routes } from './Routes'; export type { IBaseRouteConfig, IPathRouteConfig, IURLPatternRouteConfig, RouteConfig as RoutesRouteConfig } from './Routes'; export { Router } from './Router'; export { Router2Element, RouterElement2 } from './RouterElement2'; import './RouterElement2'; export { Route } from './Route'; export type { RouteConfig } from './Route'; export type { Component, Guard, IBaseRouter, ICustomRouterGuard, INavigation, INavigationOptions, ISubscription } from './Declarations'; export { MissingComponentError, MissingPathError, RouteAlreadyExistsError, RouteNotFoundError, RouterError, RouterNotFoundError } from './Errors'; export { back, forward, navigate } from './Utils'; //# sourceMappingURL=index.d.ts.map