declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { activeId: { title: string; type: string; }; label: { title: string; type: string; }; orientation: { title: string; type: string; enum: string[]; }; tabItemSlot: { title: string; type: string; default: string; }; tabPanelSlot: { title: string; type: string; default: string; }; tabSlot: { title: string; type: string; default: string; }; }; reactProperties: { children: { title: string; type: string; formPluginId: string; ids: string[]; }; }; required: string[]; }; /** * Complies with FAST Tooling 1.0 */ export default _default;