export declare class CurrencyService { getCurrencySign(currency: string, full: boolean): string; }