import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; import { IComponentBase } from '@syncfusion/ej2-angular-base'; import { BlockEditor } from '@syncfusion/ej2-blockeditor'; import * as i0 from "@angular/core"; export declare const inputs: string[]; export declare const outputs: string[]; export declare const twoWays: string[]; /** * Represents the Essential JS 2 Angular BlockEditor Component. * ```html * * ``` */ export declare class BlockEditorComponent extends BlockEditor implements IComponentBase { private ngEle; private srenderer; private viewContainerRef; private injector; containerContext: any; tagObjects: any; afterPasteCleanup: any; beforeFileUpload: any; beforePasteCleanup: any; blockChanged: any; blockDragStart: any; blockDragging: any; blockDropped: any; blur: any; created: any; fileUploadFailed: any; fileUploadSuccess: any; fileUploading: any; focus: any; selectionChanged: any; blocksChange: any; tags: string[]; constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentChecked(): void; registerEvents: (eventList: string[]) => void; addTwoWay: (propList: string[]) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }