declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { treeData: { title: string; key: string; children: { title: string; key: string; isLeaf: boolean; }[]; }[]; defaultExpandAll: boolean; }; }; }[]; export default _default;