import React from 'react'; /** * 文件错误提示浮层 */ export declare const FileErrorsOverlay: (() => React.JSX.Element) & { displayName: string; };