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