export default class ReplaceSelectionBehavior {
    static $inject: string[];
    constructor(selection: any, eventBus: any);
}
