import { InjectionKey } from 'vue';
import { PluginOptions } from '../types';
export declare const componentName = "v-stepper-form";
export declare const pluginOptionsInjectionKey: InjectionKey<PluginOptions>;
