import { ToReact } from './helpers.types'; import { ZCurrency } from '../currency'; export type ZrCurrency_Props = ToReact<'Currency'>; type ZrCurrency_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrCurrency_Type; export { Namespace as ZrCurrency };