import React from 'react'; import type { LayerType } from '../../types/map'; interface IProps { type: LayerType; } declare const _default: React.MemoExoticComponent<({ type }: IProps) => JSX.Element>; export default _default;