import type { HostComponent, ViewProps } from 'react-native'; import { UnsafeMixed } from './codegenUtils'; export interface NativeProps extends ViewProps { id: UnsafeMixed; existing: UnsafeMixed; url: UnsafeMixed; coordinates: UnsafeMixed; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXImageSourceNativeComponent.d.ts.map