declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { checked: { title: string; type: string; }; disabled: { title: string; type: string; }; indeterminate: { title: string; type: string; }; inputId: { title: string; type: string; }; ariaLabel: { title: string; type: string; examples: string[]; }; name: { title: string; type: string; examples: string[]; }; }; reactProperties: { children: { title: string; type: string; formPluginId: string; }; label: { title: string; type: string; formPluginId: string; pluginId: string; }; }; }; /** * Complies with FAST Tooling 1.0 */ export default _default;