import type TimeSelect from './time-select.vue'; import type { Component, ExtractPropTypes } from 'vue'; export declare const timeSelectProps: { readonly format: import("@element-plus-next/vue-utils").EpPropFinalized; readonly modelValue: StringConstructor; readonly disabled: BooleanConstructor; readonly editable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "light", boolean>; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: StringConstructor; readonly start: import("@element-plus-next/vue-utils").EpPropFinalized; readonly end: import("@element-plus-next/vue-utils").EpPropFinalized; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly minTime: StringConstructor; readonly maxTime: StringConstructor; readonly name: StringConstructor; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => import("@vue/runtime-core").DefineComponent<{}, {}, {}, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, {}>, boolean>; readonly clearIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => import("@vue/runtime-core").DefineComponent<{}, {}, {}, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, {}>, boolean>; }; export declare type TimeSelectProps = ExtractPropTypes; export declare type TimeSelectInstance = InstanceType;