/// <reference types="react" />
declare const Money: (props: any, ref: any) => JSX.Element;
export default Money;
