import * as React from 'react';
import { CurrencyInputProps } from './types';
declare const CurrencyInput: React.FC<CurrencyInputProps>;
export default CurrencyInput;
