export default FileIcon; declare function FileIcon({ fileName }: { fileName: any; }): import("react/jsx-runtime").JSX.Element;