import React from 'react'; import { RegionFlyLine } from '../../type/children'; import CoreMap from '../../map/CoreMap'; interface RegionFlyLineProps { flyLine: RegionFlyLine; coreMap: CoreMap; curtAdcode: string; sideDepth: number; } declare const lcz3dRegionFlyLine: (props: RegionFlyLineProps) => React.JSX.Element; export default lcz3dRegionFlyLine;