import type { HostComponent, ViewProps } from 'react-native'; import type { UnsafeMixed } from './codegenUtils'; export interface NativeProps extends ViewProps { sourceID?: UnsafeMixed; reactStyle: UnsafeMixed; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXTerrainNativeComponent.d.ts.map