import type { RadarLayerProps } from './props'; declare function MbRadarLayer(props: RadarLayerProps): import("react/jsx-runtime").JSX.Element; export default MbRadarLayer;