import { ToReact } from './helpers.types'; import { ZDate } from '../date'; export type ZrDate_Props = ToReact<'Date'>; type ZrDate_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrDate_Type; export { Namespace as ZrDate };