export default getIconFromType; /** * Maps a MimeType to an Icon component * @param {string} mimeType MimeType to test * @returns {IconComponent} */ declare function getIconFromType(mimeType: string): IconComponent;