import { ToReact } from './helpers.types'; import { ZCalendar } from '../calendar'; export type ZrCalendar_Props = ToReact<'Calendar'>; type ZrCalendar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrCalendar_Type; export { Namespace as ZrCalendar };