import { Ref, InjectionKey } from 'vue'; export declare const dpiStepperKey: InjectionKey<{ steps: Record; activeStep: Ref; registerStep: (step: string) => void; }>;