import type { StyledProps } from 'native-base'; import type { ImageStyle, TextStyle, ViewStyle } from 'react-native'; export interface IStyleProps { [key: string]: StyledProps & { style?: ViewStyle | TextStyle | ImageStyle }; }