// @flow import * as React from "react"; import { useTranslation } from "react-i18next"; import InputSelect, { type Props, type Option } from "./InputSelect"; export default function InputSelectPermission( props: $Rest }> ) { const { t } = useTranslation(); return ( ); }