import type { TimeSelectProps } from './time-select'; declare var __VLS_1: {}, __VLS_19: {}, __VLS_21: { option: any; }; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { empty?: (props: typeof __VLS_19) => any; } & { option?: (props: typeof __VLS_21) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; inputRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; change: (value: string | undefined) => any; "update:modelValue": (value: string | undefined) => any; "visible-change": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string | undefined) => any) | undefined; "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; "onVisible-change"?: ((visible: boolean) => any) | undefined; }>, { disabled: boolean; size: import("./time-select").TimeSelectSize; format: string; effect: "dark" | "light"; teleported: boolean; end: string; start: string; placeholder: string; clearable: boolean; validateEvent: boolean; editable: boolean; step: string; includeEndTime: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };