import { Marker } from "./marker";
export declare function getMarker(shape?: any): new () => Marker;
