import React from 'react'; import ChinaMap from '../../LczChina2dMap/common/chinaMap'; import { OutFlyLine } from '../../LczChina2dMap/type/child'; interface LczChina2dFlyLineProps { w: number; h: number; flyLineConfig: OutFlyLine[]; myMap: ChinaMap; } declare const _default: React.NamedExoticComponent; export default _default;