declare const _default: IconeService; export default _default; /** * IconeService provides methods to retrieve icons and labels for * items (files or folders) based on their MIME types or node types. */ declare class IconeService { getIcon(item: any): string; getIconLabel(item: any): any; } //# sourceMappingURL=IconeService.d.ts.map