/** * Multi-step wizard with linear/non-linear navigation * * Vue wrapper for the `Stepper` controller (`@42/core/stepper`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "stepper:change"[], "stepper:change", import('vue').PublicProps, Readonly> & Readonly<{ "onStepper:change"?: ((...args: any[]) => any) | undefined; }>, { linear: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;