import type { RouteObject } from 'react-router-dom';
declare const routes: RouteObject[];
export { routes };
