import { MtMarker } from "./mtmarker";
export interface IMtMarkerEvent {
    source: MtMarker;
    evt: any;
}
