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