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