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