///
import CreateThreeMap from '../../Lcz3dAreaMap/common/createThreeMap';
import { MapPath } from '../../Lcz3dAreaMap/type';
import { OutLightBar } from '../../Lcz3dAreaMap/type/child';
interface Lcz3dAreaMapLightBarProps {
lightbar: OutLightBar;
stretchHeight: number;
threeMap: CreateThreeMap;
mapPath: MapPath[];
chindEvent: (id: any, type: string, param: any) => void;
}
declare const _default: import("react").NamedExoticComponent;
export default _default;