import type { InjectionKey } from 'vue';
import type { GroupProvide } from "../../composables/group.js";
export declare const VStepperSymbol: InjectionKey<GroupProvide>;
