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