declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { routes: { path: string; breadcrumbName: string; }[]; itemRender: { type: string; params: string[]; value: { componentName: string; props: { href: { type: string; value: string; }; children: { type: string; value: string; }; }; }[]; }; }; }; }[]; export default _default;