import * as react_jsx_runtime from 'react/jsx-runtime';
import React__default from 'react';
import { DayPicker } from 'react-day-picker';

type CalendarProps = React__default.ComponentProps<typeof DayPicker>;
declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
declare namespace Calendar {
    var displayName: string;
}

export { Calendar };
export type { CalendarProps };
