import type { PropType } from 'vue'; import type { IDatePickerType } from './date-picker.type'; import '../style/date-picker'; declare const _default: import("vue").DefineComponent<{ type: { type: PropType; default: string; }; id: { type: (StringConstructor | ArrayConstructor)[]; }; name: { type: (StringConstructor | ArrayConstructor)[]; default: string; }; popperClass: { type: StringConstructor; default: string; }; format: { type: StringConstructor; }; valueFormat: { type: PropType; }; clearable: { type: BooleanConstructor; default: boolean; }; clearIcon: { type: PropType>; default: undefined; }; editable: { type: BooleanConstructor; default: boolean; }; prefixIcon: { type: PropType>; default: string; }; size: { type: PropType<"md" | "sm">; default: string; }; readonly: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; placeholder: { type: StringConstructor; default: string; }; popperOptions: { type: PropType>; default: () => {}; }; modelValue: { type: PropType; default: string; }; rangeSeparator: { type: StringConstructor; default: string; }; startPlaceholder: StringConstructor; endPlaceholder: StringConstructor; defaultValue: { type: PropType; }; defaultTime: { type: PropType; }; isRange: { type: BooleanConstructor; default: boolean; }; disabledHours: { type: FunctionConstructor; }; disabledMinutes: { type: FunctionConstructor; }; disabledSeconds: { type: FunctionConstructor; }; disabledDate: { type: FunctionConstructor; }; cellClassName: { type: FunctionConstructor; }; shortcuts: { type: ArrayConstructor; default: () => never[]; }; arrowControl: { type: BooleanConstructor; default: boolean; }; validateEvent: { type: BooleanConstructor; default: boolean; }; unlinkPanels: BooleanConstructor; appendTo: { type: PropType; default: string; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; id: { type: (StringConstructor | ArrayConstructor)[]; }; name: { type: (StringConstructor | ArrayConstructor)[]; default: string; }; popperClass: { type: StringConstructor; default: string; }; format: { type: StringConstructor; }; valueFormat: { type: PropType; }; clearable: { type: BooleanConstructor; default: boolean; }; clearIcon: { type: PropType>; default: undefined; }; editable: { type: BooleanConstructor; default: boolean; }; prefixIcon: { type: PropType>; default: string; }; size: { type: PropType<"md" | "sm">; default: string; }; readonly: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; placeholder: { type: StringConstructor; default: string; }; popperOptions: { type: PropType>; default: () => {}; }; modelValue: { type: PropType; default: string; }; rangeSeparator: { type: StringConstructor; default: string; }; startPlaceholder: StringConstructor; endPlaceholder: StringConstructor; defaultValue: { type: PropType; }; defaultTime: { type: PropType; }; isRange: { type: BooleanConstructor; default: boolean; }; disabledHours: { type: FunctionConstructor; }; disabledMinutes: { type: FunctionConstructor; }; disabledSeconds: { type: FunctionConstructor; }; disabledDate: { type: FunctionConstructor; }; cellClassName: { type: FunctionConstructor; }; shortcuts: { type: ArrayConstructor; default: () => never[]; }; arrowControl: { type: BooleanConstructor; default: boolean; }; validateEvent: { type: BooleanConstructor; default: boolean; }; unlinkPanels: BooleanConstructor; appendTo: { type: PropType; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { readonly: boolean; appendTo: string | false | HTMLElement; name: string | unknown[]; size: "md" | "sm"; type: IDatePickerType; disabled: boolean; modelValue: string | number | Date | (string | number | Date)[]; popperClass: string; popperOptions: Partial; placeholder: string; clearable: boolean; clearIcon: string | import("vue").Component; editable: boolean; prefixIcon: string | import("vue").Component; rangeSeparator: string; isRange: boolean; shortcuts: unknown[]; arrowControl: boolean; validateEvent: boolean; unlinkPanels: boolean; }>; export default _default;