export declare const useCurrencyFormat: () => (amount: number | string, currencyId: number) => string;