interface Props { value: string | null | undefined; title?: string; } declare const FileField: import("svelte").Component; type FileField = ReturnType; export default FileField;