import type { HostComponent } from 'react-native'; import component from './AvoidSoftInputViewNativeComponent'; import type { AvoidSoftInputViewProps } from './types'; export default component as HostComponent;