import type { Team } from '../../../types/index.js'; type __VLS_Props = { teams: Team[]; month?: string; year?: string; week?: string; currentWeekStart?: Date; }; type __VLS_ModelProps = { modelValue?: Date; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_8: { teams: Team[]; selectedDate: Date; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: Date) => any; } & { close: () => any; "date-select": (date: Date) => any; "toggle-member": (payload: { teamId: string | number; memberId: string | number; visible: boolean; }) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onClose?: (() => any) | undefined; "onDate-select"?: ((date: Date) => any) | undefined; "onToggle-member"?: ((payload: { teamId: string | number; memberId: string | number; visible: boolean; }) => any) | undefined; "onUpdate:modelValue"?: ((value: Date) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };