declare module '@expo/vector-icons' {
  export { default as MaterialIcons } from 'react-native-vector-icons/MaterialIcons';
  export { default as Ionicons } from 'react-native-vector-icons/Ionicons';
  export { default as Entypo } from 'react-native-vector-icons/Entypo';
  export { default as EvilIcons } from 'react-native-vector-icons/EvilIcons';
  export { default as FontAwesome } from 'react-native-vector-icons/FontAwesome';
  export { default as Foundation } from 'react-native-vector-icons/Foundation';
  export { default as MaterialCommunityIcons } from 'react-native-vector-icons/MaterialCommunityIcons';
  export { default as Octicons } from 'react-native-vector-icons/Octicons';
}
