import { ModelTypeProps } from './ModelType.types';
declare const ModelType: ({ componentType, title, optionTitle, scoreItems, currentSensitivity, currentSpecificity, userModelType, options, description, onChangeDropdown, onClickUpdateConfiguration, }: ModelTypeProps) => import("react/jsx-runtime").JSX.Element;
export default ModelType;
