import React from 'react'; import CreateThreeMap from '../../Lcz3dAreaMap/common/createThreeMap'; import { MapPath } from '../../Lcz3dAreaMap/type'; import { OutSign } from '../../Lcz3dAreaMap/type/child'; interface SignProps { stretchHeight: number; sign: OutSign; threeMap: CreateThreeMap; mapPath: MapPath[]; } declare const _default: React.NamedExoticComponent; export default _default;