export declare const formatCurrencyToSymbol: (currency: string, format?: "symbol" | "narrowSymbol" | "code", locale?: string) => string;