import { ReactIconComponentType } from '../types';

declare const FileIcon: ReactIconComponentType;
export default FileIcon;
            