import type { ValueProps } from '../../types';
import type { CurrencyISO } from '../../constants/currencies';
export type ValueSelectCurrencyProps = ValueProps<CurrencyISO>;
declare function SelectCurrency(props: ValueSelectCurrencyProps): import("react/jsx-runtime").JSX.Element;
declare namespace SelectCurrency {
    var useCurrency: typeof import("./useCurrency").default;
}
export default SelectCurrency;
