export declare const TimePicker: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: { style?: unknown; readonly value?: string | import("dayjs").Dayjs; ref?: import("vue").VNodeRef; key?: string | number | symbol; ref_for?: boolean; ref_key?: string; onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]; onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]; onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]; onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]; onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]; onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]; readonly mode?: import("ant-design-vue/es/vc-picker/interface").PanelMode; readonly name?: string; class?: unknown; readonly onMouseenter?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; readonly onMouseleave?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; tabindex?: number; readonly onClick?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; readonly onFocus?: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler; readonly onBlur?: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler; readonly onChange?: (value: string | import("dayjs").Dayjs, dateString: string) => void; readonly onKeydown?: (event: KeyboardEvent, preventDefault: () => void) => void; readonly onContextmenu?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; readonly onMousedown?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; readonly onMouseup?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; readonly size?: import("ant-design-vue/es/button").ButtonSize; readonly direction?: "ltr" | "rtl"; readonly open?: boolean; readonly disabled?: boolean; readonly prefixCls?: string; readonly getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement; readonly autocomplete?: string; readonly prevIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly nextIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly superPrevIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly superNextIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly disabledDate?: (date: import("dayjs").Dayjs) => boolean; readonly picker?: import("ant-design-vue/es/vc-picker/interface").PickerMode; readonly locale?: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale; readonly format?: (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat)[]) & string; readonly hideDisabledOptions?: boolean; role?: string; readonly showHour?: boolean; readonly showMinute?: boolean; readonly showSecond?: boolean; readonly use12Hours?: boolean; readonly hourStep?: number; readonly minuteStep?: number; readonly secondStep?: number; readonly disabledTime?: import("ant-design-vue/es/vc-picker/interface").DisabledTime; readonly id?: string; readonly autofocus?: boolean; readonly status?: "" | "error" | "warning"; readonly defaultValue?: string | import("dayjs").Dayjs; readonly 'onUpdate:value'?: (value: string | import("dayjs").Dayjs) => void; readonly popupStyle?: import("vue").CSSProperties; readonly popupClassName?: string; readonly transitionName?: string; readonly placement?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight"; readonly onOpenChange?: (open: boolean) => void; readonly 'onUpdate:open'?: (open: boolean) => void; readonly placeholder?: string; readonly bordered?: boolean; readonly clearIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly allowClear?: boolean; readonly dropdownClassName?: string; readonly defaultOpen?: boolean; readonly suffixIcon?: import("ant-design-vue/es/_util/type").VueNode; readonly dateRender?: import("ant-design-vue/es/vc-picker/panels/DatePanel/DateBody").DateRender; readonly defaultPickerValue?: string | import("dayjs").Dayjs; readonly showTime?: boolean | import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps; readonly monthCellRender?: import("ant-design-vue/es/vc-picker/panels/MonthPanel/MonthBody").MonthCellRender; readonly onOk?: (value: string | import("dayjs").Dayjs) => void; readonly showNow?: boolean; readonly renderExtraFooter?: (mode: import("ant-design-vue/es/vc-picker/interface").PanelMode) => import("ant-design-vue/es/_util/type").VueNode; readonly showToday?: boolean; readonly presets?: import("ant-design-vue/es/vc-picker/interface").PresetDate[]; readonly inputReadOnly?: boolean; readonly panelRender?: (originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode; readonly monthCellContentRender?: import("ant-design-vue/es/vc-picker/panels/MonthPanel/MonthBody").MonthCellRender; readonly valueFormat?: string; readonly addon?: () => void; }; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { TimePicker: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; TimeRangePicker: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; install: (app: import("vue").App) => import("vue").App; }; export default TimePicker;