import { ToReact } from './helpers.types'; import { ZNumber } from '../number'; export type ZrNumber_Props = ToReact<'Number'>; type ZrNumber_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrNumber_Type; export { Namespace as ZrNumber };