declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { treeData: { title: string; value: string; children: { title: string; value: string; isLeaf: boolean; }[]; }[]; treeDefaultExpandAll: boolean; placeholder: string; style: { width: string; }; }; }; }[]; export default _default;