declare const getIconComponent: (iconSet?: "AntDesign" | "Entypo" | "EvilIcons" | "Feather" | "FontAwesome" | "Fontisto" | "Foundation" | "Ionicons" | "MaterialCommunityIcons" | "MaterialIcons" | "Octicons" | "SimpleLineIcons" | "Zocial" | undefined) => any; export default getIconComponent;