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