export type FileIconMatch = (file: string) => string | undefined; export declare function getFileIcon(matchers?: FileIconMatch[], fileName?: string): string | undefined;