type __VLS_Props = { date: Date; selectedDate?: Date | Date[] | null; rangeState?: { from: Date | null; to: Date | null; hovering: Date | null; }; disabledDate?: (date: Date) => boolean; cellShape?: 'round' | 'square'; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { hover: (date: Date | null) => any; select: (year: number) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onHover?: ((date: Date | null) => any) | undefined; onSelect?: ((year: number) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;