import type { CSSProperties, ComputedRef, InjectionKey, Ref } from 'vue'; import type { useNamespace } from 'element-plus/es/hooks'; export declare type DialogContext = { dialogRef: Ref; headerRef: Ref; bodyId: Ref; ns: ReturnType; rendered: Ref; style: ComputedRef; }; export declare const dialogInjectionKey: InjectionKey;