import React from 'react'; import { IAzureLayerStatefulProviderProps } from '../types'; declare const AzureMapLayerContext: React.Context; declare const AzureMapLayerConsumer: React.Consumer; declare const AzureMapLayerStatefulProvider: ({ id, options, type, events, lifecycleEvents, onCreateCustomLayer }: IAzureLayerStatefulProviderProps) => JSX.Element; export { AzureMapLayerContext, AzureMapLayerConsumer, AzureMapLayerStatefulProvider as AzureMapLayerProvider };