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?: UnsafeMixed; sourceID?: OptionalProp; existing?: OptionalProp; filter: UnsafeMixed; aboveLayerID?: OptionalProp; belowLayerID?: OptionalProp; layerIndex?: OptionalProp; reactStyle: UnsafeMixed; maxZoomLevel?: OptionalProp; minZoomLevel?: OptionalProp; sourceLayerID?: OptionalProp; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXFillExtrusionLayerNativeComponent.d.ts.map