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