declare const _default: { title: string; schema: { componentName: string; props: { items: { label: string; key: string; children: { label: string; key: string; }[]; }[]; }; }; }[]; export default _default;