import { StyleProp, ViewStyle } from 'react-native'

export interface TypingIndicatorProps {
  isTyping?: boolean
  style?: StyleProp<ViewStyle>
}
