import type { IFileAttachProps } from "../types"; declare const FileAttach: import("svelte").Component; type FileAttach = ReturnType; export default FileAttach;