import { FunctionComponent } from "react"; import { ImageStyle, TextStyle, ViewStyle } from "react-native"; declare const InputGroupComponent: FunctionComponent<{ style?: ViewStyle | TextStyle | ImageStyle | undefined | any[]; }>; export { InputGroupComponent };