declare const _default: ({ path: string; component: string; routes: { path: string; component: string; title: string; }[]; } | { path: string; component: string; routes: ({ path: string; component: string; redirect?: undefined; } | { path: string; redirect: string; component?: undefined; })[]; })[]; export default _default;