import React from 'react'; import CoreMap from '../../map/CoreMap'; import { RegionPoint } from '../../type/children'; interface RegionPointProps { point: RegionPoint; coreMap: CoreMap; curtAdcode: string; sideDepth: number; } declare const Lcz3dRegionPoint: (props: RegionPointProps) => React.JSX.Element; export default Lcz3dRegionPoint;