import React from 'react';
import { IAzureMapFeature } from '../../types';
declare const AzureMapFeature: React.MemoExoticComponent<(props: IAzureMapFeature) => null>;
export default AzureMapFeature;
