export default FileIcon; declare function FileIcon({ loading, showError }: { loading: any; showError: any; }): JSX.Element;