import { CurrencyProps } from './types'; export declare const useCurrency: ({ value, currency, variant, currencyOptions, }: CurrencyProps) => string;