/// <reference types="@map-component/tmap-types" />
/// <reference types="@map-component/tmap-types" />
import { Slots } from 'vue';
export default function (markerCluster: TMap.MarkerCluster, map: TMap.Map, props: {
    [x: string]: any;
}, emit: Function, slots?: Slots): void;
