export declare const tabMeta: { readonly name: "Tab"; readonly category: "component"; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly description: "One labeled selectable tab within a TabList."; readonly blueprint: { readonly label: "Tab"; readonly defaultProps: { readonly label: "Tab"; readonly value: "tab"; }; }; readonly props: { readonly value: { readonly type: "string"; readonly category: "State"; readonly label: "Value"; }; readonly label: { readonly type: "string"; readonly category: "Content"; readonly label: "Label"; }; readonly disabled: { readonly type: "boolean"; readonly category: "State"; readonly label: "Disabled"; }; }; }; //# sourceMappingURL=tabMeta.d.ts.map