/// declare const File: ({ className, title }: { className?: string | undefined; title?: string | undefined; }) => JSX.Element; export default File;