import * as React from 'react'; interface IProps { value: number; currency: string; languagesAndCountry: string; } export declare const Currency: (props: IProps) => React.JSX.Element; export {}; //# sourceMappingURL=Currency.d.ts.map