import { InjectionKey, Ref } from 'vue-demi'; import { DesignPanelProps, MyElement, Panel, Provider } from '../types/entity'; import { EventTypes } from '../types/eventType'; import { Emitter } from 'mitt'; export declare const designPropsKey: InjectionKey; export declare const mittKey: InjectionKey>; export declare const providerKey: InjectionKey>; export declare const panelKey: InjectionKey; export declare const previewDataKey: InjectionKey>; export declare const messageFun: InjectionKey>; export declare const selectElementKey: InjectionKey>;