import { InjectionKey } from 'vue';

export declare const IsDynamicPropertyContext: InjectionKey<boolean>;
