import { Ref } from 'vue'; import type { MergedTheme } from '../../_mixins'; import type { PopconfirmTheme } from '../styles'; export interface PopconfirmInjection { mergedThemeRef: Ref>; mergedClsPrefixRef: Ref; } export declare const popconfirmInjectionKey: import("vue").InjectionKey;