import type { HostComponent, ViewProps } from 'react-native'; import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes'; import type { UnsafeMixed } from './codegenUtils'; type OptionalProp = UnsafeMixed; export interface NativeProps extends ViewProps { id?: OptionalProp; sourceID?: OptionalProp; existing?: OptionalProp; filter: UnsafeMixed; aboveLayerID?: OptionalProp; belowLayerID?: OptionalProp; layerIndex?: OptionalProp; reactStyle?: OptionalProp; maxZoomLevel?: OptionalProp; minZoomLevel?: OptionalProp; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXSkyLayerNativeComponent.d.ts.map