import { FormSchema } from '../../types/form'; import { StepInstance } from '../../types/instance'; type __VLS_Props = { schema: FormSchema; isMultiStep: boolean; currentStepIndex: number; formSteps: StepInstance[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { close: () => any; nextStep: () => any; previousStep: () => any; submit: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; onNextStep?: (() => any) | undefined; onPreviousStep?: (() => any) | undefined; onSubmit?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;