import React from 'react'; declare const IndexingView: React.FC<{ onCancel: any; onSave: any; treeData: any[]; }>; export { IndexingView };