import { ViewStyle, ImageStyle, TextStyle } from "react-native"; interface Style { container: ViewStyle; iconImageStyle: ImageStyle; textContainer: ViewStyle; textStyle: TextStyle; } declare const _default: Style; export default _default;