import type { HostComponent, ViewProps } from 'react-native'; import { Double } from 'react-native/Libraries/Types/CodegenTypes'; import { UnsafeMixed } from './codegenUtils'; export interface NativeProps extends ViewProps { id: UnsafeMixed; existing: UnsafeMixed; url: UnsafeMixed; tileUrlTemplates: UnsafeMixed>; minZoomLevel: UnsafeMixed; maxZoomLevel: UnsafeMixed; tileSize: UnsafeMixed; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXRasterDemSourceNativeComponent.d.ts.map