export default function (): { files: import("vue").Ref<{ content: any; name: string; readonly size: number; readonly type: string; arrayBuffer: () => Promise; slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob; stream: () => ReadableStream; text: () => Promise; }[]>; handleFileInput: (event: any) => void; };