import React from 'react';
export declare type EvaluationRoundEditorDropdownProps = {
    onDelete: () => void;
    onSave: () => void;
};
export declare const EvaluationRoundEditorDropdown: React.FunctionComponent<EvaluationRoundEditorDropdownProps>;
