declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { scrollDuration: { title: string; type: string; }; nextItemPeek: { title: string; type: string; }; children: { formPluginId: 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;