import { type CalendarMonthProps } from '../calendar/common';
declare const _default: import("vue").DefineComponent<CalendarMonthProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    "day-click": (date: Date) => any;
}, string, import("vue").PublicProps, Readonly<CalendarMonthProps> & Readonly<{
    "onDay-click"?: ((date: Date) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
