import { Marker } from "./marker";
export declare class Plus extends Marker {
    static className: string;
    updatePath(): void;
}
