import { GetEvaluationParameters } from '@sage-bionetworks/synapse-types';
export type EvaluationFinderProps = Pick<GetEvaluationParameters, 'accessType' | 'activeOnly'> & {
    selectedIds: string[];
    onChange: (newSelectedIds: string[]) => void;
};
export default function EvaluationFinder(props: EvaluationFinderProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EvaluationFinder.d.ts.map