import DatePicker from "./src/index.vue"; export type TDatePickerInstance = InstanceType; declare const TDatePicker: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue" | "change", ...args: any[]) => void; attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; time: import("vue").WritableComputedRef; DatePicker: import("vue").Ref; attrsBind: import("vue").ComputedRef; state: { dateOptions: any; }; getShortcuts: (type: string) => any; subtractDays: (date: Date, days: number) => Date; subtractMonths: (date: Date, months: number) => Date; dateChange: (val: any[]) => void; clear: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], import("vue").PublicProps, { type: string; plusTime: boolean; isPickerOptions: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue" | "change", ...args: any[]) => void; attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; time: import("vue").WritableComputedRef; DatePicker: import("vue").Ref; attrsBind: import("vue").ComputedRef; state: { dateOptions: any; }; getShortcuts: (type: string) => any; subtractDays: (date: Date, days: number) => Date; subtractMonths: (date: Date, months: number) => Date; dateChange: (val: any[]) => void; clear: () => void; }, {}, {}, {}, { type: string; plusTime: boolean; isPickerOptions: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue" | "change", ...args: any[]) => void; attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; time: import("vue").WritableComputedRef; DatePicker: import("vue").Ref; attrsBind: import("vue").ComputedRef; state: { dateOptions: any; }; getShortcuts: (type: string) => any; subtractDays: (date: Date, days: number) => Date; subtractMonths: (date: Date, months: number) => Date; dateChange: (val: any[]) => void; clear: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", { type: string; plusTime: boolean; isPickerOptions: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & Record; export default TDatePicker; export * from './src/type';