import { InjectionKey, Ref } from 'vue'; import { UseWizardStep } from '../../types/wizard'; export declare const useWizardStepKey: InjectionKey; export declare function useWizardStep(key?: string | Ref): UseWizardStep;