import { ElStepInstance } from '../y-app/el'; import { StepItem } from './types'; declare function __VLS_template(): Partial any>>; declare const __VLS_component: import('vue').DefineComponent; type: import('vue').PropType; space: import('element-plus/es/utils/index').EpPropFinalized; active: import('element-plus/es/utils/index').EpPropFinalized; direction: import('element-plus/es/utils/index').EpPropFinalized; alignCenter: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; simple: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; finishStatus: import('element-plus/es/utils/index').EpPropFinalized; processStatus: import('element-plus/es/utils/index').EpPropFinalized; }>, { reloadOptions: (params?: any) => void; stepsRef: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; type: import('vue').PropType; space: import('element-plus/es/utils/index').EpPropFinalized; active: import('element-plus/es/utils/index').EpPropFinalized; direction: import('element-plus/es/utils/index').EpPropFinalized; alignCenter: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; simple: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; finishStatus: import('element-plus/es/utils/index').EpPropFinalized; processStatus: import('element-plus/es/utils/index').EpPropFinalized; }>> & Readonly<{}>, { direction: import('element-plus/es/utils/index').EpPropMergeType; space: import('element-plus/es/utils/index').EpPropMergeType; active: number; finishStatus: import('element-plus/es/utils/index').EpPropMergeType; processStatus: import('element-plus/es/utils/index').EpPropMergeType; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };