export default class SpaceToolBehavior {
    static $inject: string[];
    /**
     * @param eventBus
     */
    constructor(eventBus: EventBus);
}

type EventBus = import("diagram-js/lib/core/EventBus").default;
type Shape = import("../../../model/Types").Shape;
