declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { disabled: { title: string; type: string; }; role: { title: string; type: string; default: string; enum: string[]; }; children: { formPluginId: string; ids: string[]; type: string; items: { type: string; properties: { id: { title: string; type: string; }; dataLocation: { title: string; type: string; }; }; }; }; }; }; /** * Complies with FAST Tooling 2.0 */ export default _default;