import { DayPickerProps } from 'react-day-picker';
export type CalendarProps = DayPickerProps & {
    showTimePicker?: boolean;
};
export declare const Calendar: (props: CalendarProps) => import("react").JSX.Element;
