/** * As of v3.0.0-alpha.7, all installation methods require manual import of component styles. * This is due to Vite build restrictions in libary mode. * @see: https://vcalendar.io/getting-started/installation.html#use-plugin */ import 'v-calendar/dist/style.css'; import type { DatePickerProps } from './_internal/components/DatePicker/DatePicker.types'; export * from './_internal/components/DatePicker/DatePicker.types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; "update:model-value": (date: string | number | Date) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onBlur?: (() => any) | undefined; "onUpdate:model-value"?: ((date: string | number | Date) => any) | undefined; }>, { id: string; name: string; label: string; disabled: boolean; mode: "date" | "dateTime" | "time"; modelValue: string; errorText: string; hintText: string; format: string; addBottomSpace: boolean; placeholder: string; timeZone: string; enableTeleport: boolean; availableDates: import("v-calendar/dist/types/src/utils/date/range.js").DateRangeSource[]; disabledDates: import("v-calendar/dist/types/src/utils/date/range.js").DateRangeSource[]; hideClearButton: boolean; isInputReadonly: boolean; maxDate: Date; minDate: Date; maxPage: { month: number; year: number; }; minPage: { month: number; year: number; }; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { hint?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };