declare function getSymbolFromCurrency (currencyCode: string): string | undefined
export = getSymbolFromCurrency
