import * as React from 'react'; import { CurrencyProps } from './types'; export declare const Currency: React.FC;