declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { typeAheadPropertyKey: { title: string; type: string; }; labelledBy: { title: string; type: string; }; multiselectable: { title: string; type: string; }; selectedItems: { title: string; type: string; }; defaultSelection: { title: string; type: string; }; focusItemOnMount: { title: string; type: string; }; disabled: { title: string; type: string; }; }; reactProperties: { children: { title: string; type: string; formPluginId: string; defaults: string[]; }; }; }; /** * Complies with FAST Tooling 1.0 */ export default _default;