import { FormControl, FormLabel, Select, SelectProps } from '@chakra-ui/react' import * as React from 'react' export const CurrencySelect = (props: SelectProps) => ( Display currency )