import { ExtractPropTypes } from 'vue'; import StepItem from './step-item.vue'; import Steps from './steps.vue'; import { StepsProps as AntStepsProps } from 'ant-design-vue'; export type stepsType = AntStepsProps['type'] | 'tabs' | 'breadcrumb'; export type stepsFooterPositional = 'left' | 'center' | 'right'; export declare const stepsProps: { readonly width: import("ll-plus/es/utils").EpPropFinalized; readonly height: import("ll-plus/es/utils").EpPropFinalized; readonly stepPadding: import("ll-plus/es/utils").EpPropFinalized; readonly items: { readonly type: import("vue").PropType; }; icon: { default: any; type: import("vue").PropType; }; status: { type: import("vue").PropType; default: import("ant-design-vue/es/vc-steps/interface").Status; }; disabled: { type: BooleanConstructor; default: boolean; }; title: { default: any; type: import("vue").PropType; }; subTitle: { default: any; type: import("vue").PropType; }; onClick: { type: import("vue").PropType; default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler; }; }>>[]>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly current: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly initial: import("ll-plus/es/utils").EpPropFinalized; readonly direction: { readonly type: import("vue").PropType, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly type: { readonly type: import("vue").PropType, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly content: import("ll-plus/es/utils").EpPropFinalized; readonly footer: import("ll-plus/es/utils").EpPropFinalized; readonly footerPositional: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "right", boolean>; readonly clicked: import("ll-plus/es/utils").EpPropFinalized; readonly progressDot: import("ll-plus/es/utils").EpPropFinalized; readonly left: import("ll-plus/es/utils").EpPropFinalized; readonly miniSize: import("ll-plus/es/utils").EpPropFinalized; }; export type StepsProps = ExtractPropTypes; export type StepsInstance = InstanceType; export type StepItemInstance = InstanceType;