import type { InjectionKey, Ref } from 'vue'; import type { SenderProps } from './types'; export interface SenderContext { prefixCls: string; classNames: Ref; styles: Ref; } export declare const senderInjectionKey: InjectionKey;