export declare const CurrencyInput: ({ currency, ...rest }: { [x: string]: any; currency?: string; }) => import("react/jsx-runtime").JSX.Element;