import { default as dayjs } from 'dayjs'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_ModelProps = { modelValue?: dayjs.Dayjs; }; declare const __VLS_export: DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: dayjs.Dayjs) => any; selected: (value: dayjs.Dayjs) => any; }, string, PublicProps, Readonly<__VLS_ModelProps> & Readonly<{ "onUpdate:modelValue"?: ((value: dayjs.Dayjs) => any) | undefined; onSelected?: ((value: dayjs.Dayjs) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;