import { Annotator } from "../../Annotator";
export declare class TwoLabelsClickedHandler {
    root: Annotator;
    lastSelection: any;
    svgElement: any;
    markerElement: any;
    constructor(root: Annotator);
}
