export declare const MELD_MIN_LIMIT_BUFFER = 5;
export declare const getMeldProviderIconUrl: (provider: string) => string;
/** Utilizes locale formatting to get currency symbol out of a currency code */
export declare const getCurrencySymbol: (currencyCode: string) => string;
