import React from 'react'; import { OutLightBar } from '../../Lcz3dAreaMap/type/child'; import ChinaMap from '../../LczChina2dMap/common/chinaMap'; type _OutLightBar = OutLightBar<'lcz-china-2dmap-lightbar'>; type LczChina2dMapLightbarProps = { lightbar: _OutLightBar; myMap: ChinaMap; onChildComEvent?: (id: string, type: string, parpm: any) => void; }; declare const _default: React.MemoExoticComponent<({ lightbar, myMap, onChildComEvent }: LczChina2dMapLightbarProps) => React.JSX.Element>; export default _default;