import React from 'react'; declare function Currency(props: { classes?: string; label: React.ReactNode; value: string | number | readonly string[] | undefined; onChange: (arg0: any, arg1: string) => void; name: any; }): JSX.Element; export default Currency;