import React from 'react';
import { IInputCurrencyStandAlone } from './types/inputCurrency';
export declare const InputCurrencyStandAloneComponent: (props: IInputCurrencyStandAlone, ref: React.ForwardedRef<HTMLInputElement | undefined>) => JSX.Element;
export declare const InputCurrencyStandAlone: React.ForwardRefExoticComponent<IInputCurrencyStandAlone & React.RefAttributes<HTMLInputElement | undefined>>;
