declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { rows: { title: string; type: string; items: { title: string; type: string; }; }; stableRangeEndIndex: { title: string; type: string; }; pageSize: { title: string; type: string; }; virtualize: { title: string; type: string; }; dataRowKey: { title: string; type: string; }; columns: { title: string; type: string; }; rowHeight: { title: string; type: string; }; defaultFocusRowKey: { title: string; type: string; }; defaultFocusColumnKey: { title: string; type: string; }; }; required: string[]; }; /** * Complies with FAST Tooling 1.0 */ export default _default;