/// import CreateThreeMap from '../../Lcz3dAreaMap/common/createThreeMap'; import { MapPath } from '../../Lcz3dAreaMap/type'; import { OutAreaHeat } from '../../Lcz3dAreaMap/type/child'; interface HeatProps { stretchHeight: number; threeMap: CreateThreeMap; areaHeat: OutAreaHeat; mapPath: MapPath[]; } declare const _default: import("react").NamedExoticComponent; export default _default;