declare module 'file-icons-js' { function getClass(filePath: string): string; function getClassWithColor(filePath: string): string; } declare module '*.less'; declare module '*.css';