import type { InjectionKey } from 'vue';
import type { Vfm } from './Modal';
export declare const vfmSymbol: InjectionKey<Vfm>;
