import React from 'react'; import { BaseTileLayerProps } from './hooks/common/tile-layer'; declare type AmapSatelliteLayer = InstanceType; export declare type SatelliteLayerProps = BaseTileLayerProps & {}; declare const SatelliteLayer: React.FunctionComponent; export default SatelliteLayer;