import { type PropsWithChildren } from 'react'; export type DateCalendarWrapperProps = PropsWithChildren; export declare const DateCalendarWrapper: (props: DateCalendarWrapperProps) => JSX.Element;