import { ViewStyle } from 'react-native'; declare type ChipmunkGaodeMapProps = { color: string; style: ViewStyle; }; export declare const ChipmunkGaodeMapView: import("react-native").HostComponent | (() => never); export {};