/// declare const SimpleFile: React.FC<{ file: any; onPathChange: (key: string) => void; currentPath?: string; onCloseFile: (key: string) => void; }>; export default SimpleFile;