import React from 'react'; import mAMap from '../../LczAMap/common/AMap'; import { OutTextLabel } from '../../LczAMap/type/child'; interface TextLabelProps { textLabel: OutTextLabel; mAmap: mAMap; onChildComEvent?: (id: string, type: string, parpm: any) => void; } declare const _default: React.NamedExoticComponent; export default _default;