import type { TimePickerProps, TimeValue } from './time-picker'; declare var __VLS_1: {}, __VLS_7: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { rangeSeparator?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; open: () => void; close: () => void; inputRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; cancel: () => any; change: (value: string | number | Date | [TimeValue, TimeValue] | null) => any; "update:modelValue": (value: string | number | Date | [TimeValue, TimeValue] | null) => any; "visible-change": (visible: boolean) => any; confirm: (value: string | number | Date | [TimeValue, TimeValue] | null) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onCancel?: (() => any) | undefined; onChange?: ((value: string | number | Date | [TimeValue, TimeValue] | null) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | Date | [TimeValue, TimeValue] | null) => any) | undefined; "onVisible-change"?: ((visible: boolean) => any) | undefined; onConfirm?: ((value: string | number | Date | [TimeValue, TimeValue] | null) => any) | undefined; }>, { disabled: boolean; size: import("./time-picker").TimePickerSize; format: string; teleported: boolean; placeholder: string; tabindex: number | string; clearable: boolean; validateEvent: boolean; editable: boolean; showFooter: boolean; showSeconds: boolean; startPlaceholder: string; endPlaceholder: string; rangeSeparator: string; orderOnConfirm: boolean; isRange: boolean; cancelText: string; confirmText: string; popperOffset: number; arrowControl: boolean; hourStep: number; minuteStep: number; secondStep: number; use12Hours: boolean; hideOnBlur: boolean; nowText: string; showNow: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };