export declare const treeItemMeta: { readonly name: "TreeItem"; readonly category: "pattern"; readonly directManifestNode: false; readonly allowedChildren: readonly []; readonly note: "Tree view pattern component; not represented as a manifest node in v1."; readonly props: {}; }; export declare const treeViewMeta: { readonly name: "TreeView"; readonly category: "pattern"; readonly directManifestNode: false; readonly allowedChildren: readonly []; readonly note: "Tree view pattern component; not represented as a manifest node in v1."; readonly props: {}; }; //# sourceMappingURL=meta.d.ts.map