import type { HostComponent, ProcessedColorValue, ViewProps } from 'react-native'; import type { Expression } from '../utils/MapboxStyles'; import { UnsafeMixed } from './codegenUtils'; type Value = T | Expression; type OptionalProp = UnsafeMixed; type Pulsing = { isEnabled?: boolean; radius?: 'accuracy' | number; color?: ProcessedColorValue | null | undefined; } | { kind: 'default'; }; export interface NativeProps extends ViewProps { androidRenderMode?: OptionalProp; puckBearing?: OptionalProp<'heading' | 'course'>; puckBearingEnabled?: OptionalProp; bearingImage?: OptionalProp; shadowImage?: OptionalProp; topImage?: OptionalProp; scale?: UnsafeMixed>; visible?: boolean; pulsing?: UnsafeMixed; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXNativeUserLocationNativeComponent.d.ts.map