import { ToReact } from './helpers.types'; import { ZRangeCalendar } from '../range-calendar'; export type ZrRangeCalendar_Props = ToReact<'RangeCalendar'>; type ZrRangeCalendar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrRangeCalendar_Type; export { Namespace as ZrRangeCalendar };