import type { InjectionKey, Ref } from 'vue'; export interface UploadContext { accept: Ref; } export declare const uploadContextKey: InjectionKey;