export default function useFormatCurrency(): { formatCurrency: (amount: number | string) => string; };