declare function __VLS_template(): { attrs: Partial<{}>; slots: { icon?(_: {}): any; title?(_: {}): any; default?(_: {}): any; }; refs: { stepItemHeadRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "finished"; }; readonly stepIndex: { readonly type: NumberConstructor; readonly required: true; }; readonly icon: { readonly type: import('vue').PropType; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: "finished"; }; readonly stepIndex: { readonly type: NumberConstructor; readonly required: true; }; readonly icon: { readonly type: import('vue').PropType; }; }>> & Readonly<{}>, { readonly status: "waiting" | "finished" | "failed" | "processing"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { stepItemHeadRef: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };