import * as React from 'react'; import { ILayerProps } from './LayerAttribute'; declare const PolygonLayer: React.NamedExoticComponent; declare const LineLayer: React.NamedExoticComponent; declare const PointLayer: React.NamedExoticComponent; declare const HeatmapLayer: React.NamedExoticComponent; declare const RasterLayer: React.NamedExoticComponent; declare const ImageLayer: React.NamedExoticComponent; declare const CityBuildingLayer: React.NamedExoticComponent; export { PolygonLayer, LineLayer, PointLayer, HeatmapLayer, RasterLayer, ImageLayer, CityBuildingLayer, };