export declare class CurrencySymbolService {
    currencySymbol(countryCode: string): string;
}
