import React from 'react'; import './index.less'; type Props = { onLinkSchema: (modelInfo: any) => void; current_model_id?: string; schemaData: any; showCheckbox?: boolean; }; declare const _default: React.NamedExoticComponent; export default _default;