declare const _default: import('vue').DefineComponent<{}, {
    focusMonthYearPicker: () => void;
    goToNextMonth: () => void;
    goToPrevMonth: () => void;
    $emit: (event: "calendar-days" | "focus-first-day" | "focus-last-day" | "close-datepicker", ...args: any[]) => void;
    selectedDate: Date;
    minDate: Date;
    maxDate: Date;
    weekStartsOn: number;
    $props: {
        readonly selectedDate?: Date | undefined;
        readonly minDate?: Date | undefined;
        readonly maxDate?: Date | undefined;
        readonly weekStartsOn?: number | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=month-year-picker.vue.d.ts.map