/// <reference types="react" />
import type { SmartCalendar } from './PropTypes';
declare const SmartCalendar: import("react").FC<SmartCalendar>;
export declare const Calendar: React.FC<SmartCalendar>;
export { SmartCalendar, SmartCalendarEvents, SmartCalendarPoppableProps, SmartCalendarProps, SmartCalendarRangeProps, Day, } from './PropTypes';
