import type { ComputedRef, Ref, VNode } from 'vue'; import type { StepsProps } from './steps'; export interface StepItemState { uid: number; getVnode: () => VNode; currentStatus: ComputedRef; internalStatus: Ref; setIndex: (val: number) => void; calcProgress: (status: string) => void; } export interface IStepsInject { props: StepsProps; steps: Ref; addStep: (item: StepItemState) => void; removeStep: (item: StepItemState) => void; } declare var __VLS_1: {}, __VLS_33: {}, __VLS_35: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_33) => any; } & { description?: (props: typeof __VLS_35) => any; }; declare const __VLS_base: import("vue").DefineComponent<{ readonly title: import("element-plus/es/utils").EpPropFinalized; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly description: import("element-plus/es/utils").EpPropFinalized; readonly status: import("element-plus/es/utils").EpPropFinalized; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly description: import("element-plus/es/utils").EpPropFinalized; readonly status: import("element-plus/es/utils").EpPropFinalized; }>>, { readonly title: string; readonly description: string; readonly status: import("element-plus/es/utils").EpPropMergeType; }, {}>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };