import { ICellEditorParams } from 'ag-grid-community'; import { Temporal } from '@js-temporal/polyfill'; import { PlainDateCellEditorConfig } from './plain-date-cell-editor.models'; type __VLS_Props = { params: ICellEditorParams & { config?: PlainDateCellEditorConfig; }; }; declare const _default: import('vue').DefineComponent<__VLS_Props, { getValue: () => { readonly era: string | undefined; readonly eraYear: number | undefined; readonly year: number; readonly month: number; readonly monthCode: string; readonly day: number; readonly calendarId: string; readonly dayOfWeek: number; readonly dayOfYear: number; readonly weekOfYear: number | undefined; readonly yearOfWeek: number | undefined; readonly daysInWeek: number; readonly daysInYear: number; readonly daysInMonth: number; readonly monthsInYear: number; readonly inLeapYear: boolean; equals: (other: Temporal.PlainDate | Temporal.PlainDateLike | string) => boolean; with: (dateLike: Temporal.PlainDateLike, options?: Temporal.AssignmentOptions) => Temporal.PlainDate; withCalendar: (calendar: Temporal.CalendarLike) => Temporal.PlainDate; add: (durationLike: Temporal.Duration | Temporal.DurationLike | string, options?: Temporal.ArithmeticOptions) => Temporal.PlainDate; subtract: (durationLike: Temporal.Duration | Temporal.DurationLike | string, options?: Temporal.ArithmeticOptions) => Temporal.PlainDate; until: (other: Temporal.PlainDate | Temporal.PlainDateLike | string, options?: Temporal.DifferenceOptions<"year" | "month" | "week" | "day">) => Temporal.Duration; since: (other: Temporal.PlainDate | Temporal.PlainDateLike | string, options?: Temporal.DifferenceOptions<"year" | "month" | "week" | "day">) => Temporal.Duration; toPlainDateTime: (temporalTime?: Temporal.PlainTime | Temporal.PlainTimeLike | string) => Temporal.PlainDateTime; toZonedDateTime: (timeZoneAndTime: string | { timeZone: Temporal.TimeZoneLike; plainTime?: Temporal.PlainTime | Temporal.PlainTimeLike | string; }) => Temporal.ZonedDateTime; toPlainYearMonth: () => Temporal.PlainYearMonth; toPlainMonthDay: () => Temporal.PlainMonthDay; toLocaleString: (locales?: Temporal.LocalesArgument, options?: globalThis.Intl.DateTimeFormatOptions) => string; toJSON: () => string; toString: (options?: Temporal.ShowCalendarOption) => string; valueOf: () => never; readonly [Symbol.toStringTag]: "Temporal.PlainDate"; } | null; afterGuiAttached: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rootRef: HTMLDivElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=CoarPlainDateCellEditor.vue.d.ts.map