import { InjectionKey } from 'vue'; import { Chat, ChatOptions } from '../../types'; export declare const ChatSymbol: InjectionKey; export declare const ChatOptionsSymbol: InjectionKey;