import React from 'react'; import { FileRenderProps } from './typings'; declare const FileRender: React.FC; export default FileRender;