declare const getFileIcon: (fileName: string) => string;
export { getFileIcon };
