export function Currency(props: any): JSX.Element; export namespace Currency { namespace propTypes { const inputRef: PropTypes.Validator<(...args: any[]) => any>; const name: PropTypes.Validator; const onChange: PropTypes.Validator<(...args: any[]) => any>; const suffix: PropTypes.Requireable; } namespace defaultProps { const suffix_1: string; export { suffix_1 as suffix }; } const displayName: string; } export default Currency; import PropTypes from "prop-types"; //# sourceMappingURL=Currency.d.ts.map