declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { disabled: { title: string; type: string; }; inputId: { title: string; type: string; }; labelId: { title: string; type: string; }; name: { title: string; type: string; examples: string[]; }; selected: { title: string; type: string; }; selectedMessage: { title: string; type: string; }; statusMessageId: { title: string; type: string; }; unselectedMessage: { title: string; type: string; }; children: { formPluginId: string; type: string; items: { type: string; properties: { id: { title: string; type: string; }; dataLocation: { title: string; type: string; }; }; }; }; }; required: string[]; }; /** * Complies with FAST Tooling 2.0 */ export default _default;