export type SubmissionViewScopeEditorProps = {
    evaluationIds: string[];
    onChange: (evaluationIds: string[]) => void;
};
/**
 * Component used to select evaluations to define a SubmissionView scope
 * @param props
 * @constructor
 */
export default function SubmissionViewScopeEditor(props: SubmissionViewScopeEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SubmissionViewScopeEditor.d.ts.map