import { PropType } from 'vue'; import dayjs, { Dayjs } from 'dayjs'; export declare const getPrevMonthLastDays: (date: Dayjs, amount: any) => any; export declare const getMonthDays: (date: Dayjs) => any; declare const _default: import("vue").DefineComponent<{ selectedDay: { type: PropType; }; range: { type: PropType; }; date: { type: PropType; }; hideHeader: { type: BooleanConstructor; }; }, { isInRange: import("vue").ComputedRef; weekDays: import("vue").ComputedRef; rows: import("vue").ComputedRef; getCellClass: ({ text, type }: { text: any; type: any; }) => any[]; pickDay: ({ text, type }: { text: any; type: any; }) => void; getSlotData: ({ text, type }: { text: any; type: any; }) => { isSelected: boolean; type: string; day: string; date: Date; }; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ hideHeader: boolean; } & { selectedDay?: dayjs.Dayjs; range?: dayjs.Dayjs[]; date?: dayjs.Dayjs; }>, { hideHeader: boolean; }>; export default _default;