import { WithCalendarGestureInjectedProps } from '../Gesture/propTypes'; type DayCalendarProps = WithCalendarGestureInjectedProps & { month: number; year: number; }; declare function DayCalendar(props: DayCalendarProps): import("react/jsx-runtime").JSX.Element; declare namespace DayCalendar { var displayName: string; } export default DayCalendar;