import type { AtmosphereLayerStyleProps } from '../utils/MapboxStyles'; import type { BaseProps } from '../types/BaseProps'; type Props = BaseProps & { style: AtmosphereLayerStyleProps; }; export declare const Atmosphere: import("react").MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=Atmosphere.d.ts.map