import { ToReact } from './helpers.types'; import { ZTime } from '../time'; export type ZrTime_Props = ToReact<'Time'>; type ZrTime_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrTime_Type; export { Namespace as ZrTime };