import React from 'react'; import type { AtmosphereLayerStyleProps } from '../utils/MapboxStyles'; export declare const NATIVE_MODULE_NAME = "RCTMGLAtmosphere"; declare type Props = { style: AtmosphereLayerStyleProps; }; export declare const Atmosphere: React.MemoExoticComponent<(props: Props) => JSX.Element>; export {}; //# sourceMappingURL=Atmosphere.d.ts.map