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