import React from 'react';
import { FileEntryProps } from '../../types/file-list.types';
export declare const CompactEntry: React.FC<FileEntryProps>;
