export default class TextAnnotationBehavior extends CommandInterceptor {
    constructor(eventBus: any, textRenderer: any);
}

type EventBus = import("diagram-js/lib/core/EventBus").default;
type TextRenderer = import("../../../draw/TextRenderer").default;

import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';
//# sourceMappingURL=TextAnnotationBehavior.d.ts.map