import type { PropType } from 'vue'; import type { ModelValueProp, ModelValidatorProp, Elements } from '#composables'; import type { Theme, Size, Radius, Spacing } from '#utilities'; import type { CalendarModelDate } from './Calendar/public.types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent; default: null; }; modelValue: { type: ModelValueProp; default: (props: { value: CalendarModelDate; }) => CalendarModelDate; }; modelModifiers: { type: ObjectConstructor; default: () => {}; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; locale: { type: PropType; default: () => Intl.LocalesArgument; }; format: PropType string)>; placeholder: StringConstructor; placeholderFallback: { type: PropType<(n: number) => string>; default: (n: number) => string; }; iconCalendar: { type: StringConstructor; default: string; }; iconClear: { type: StringConstructor; default: string; }; buttonClear: ObjectConstructor; underline: { type: BooleanConstructor; default: () => boolean | undefined; }; fill: { type: BooleanConstructor; default: () => boolean | undefined; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: null; }; modelValue: { type: ModelValueProp; default: (props: { value: CalendarModelDate; }) => CalendarModelDate; }; modelModifiers: { type: ObjectConstructor; default: () => {}; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; locale: { type: PropType; default: () => Intl.LocalesArgument; }; format: PropType string)>; placeholder: StringConstructor; placeholderFallback: { type: PropType<(n: number) => string>; default: (n: number) => string; }; iconCalendar: { type: StringConstructor; default: string; }; iconClear: { type: StringConstructor; default: string; }; buttonClear: ObjectConstructor; underline: { type: BooleanConstructor; default: () => boolean | undefined; }; fill: { type: BooleanConstructor; default: () => boolean | undefined; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>> & Readonly<{}>, { fill: boolean; value: CalendarModelDate; size: Size; disabled: boolean; floatLabel: boolean; showErrors: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; spacing: Spacing; modelValue: CalendarModelDate | import("#composables").Model | import("#composables").ModelWrapper; descendant: boolean; underline: boolean; eagerValidation: boolean; modelModifiers: Record; locale: Intl.LocalesArgument; placeholderFallback: (n: number) => string; iconCalendar: string; iconClear: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=DatePicker.vue.d.ts.map