type Props = { outcomeId: string | number; withPoint?: boolean; }; declare const getSelectionName: (props: Props) => string; export default getSelectionName;