import React, { SVGProps } from 'react'; declare const FileIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { FileIcon };