declare const _default: { snippets: { 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; }; }; }[]; }; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: { type: string; value: { name: string; propType: string; }[]; }; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired: boolean; }[]; }; }; initialValue: { path: string; breadcrumbName: string; }; }; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; initialValue: { type: string; value: any[]; }; })[]; })[]; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: any[]; }; props?: undefined; } | { componentName: string; props: { template: string; }; title?: undefined; initialValue?: undefined; })[]; }[]; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;