import { default as React } from 'react'; import { AmountInputCurrency } from '../currency'; type Props = { options: AmountInputCurrency[]; value: AmountInputCurrency; isDisabled?: boolean; onSelect: (selectedCurrency: AmountInputCurrency) => void; }; export declare const CurrencySelect: ({ options, value, isDisabled, onSelect, }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=CurrencySelect.d.ts.map