import { EventEmitter } from '@angular/core'; import type { API } from '@editorjs/editorjs'; import * as i0 from "@angular/core"; export declare class EditorToolComponent { private readonly window; private readonly document; api: API; preview: string; caption: string; buttonContent: string; readOnly: boolean; isLoading: boolean; fileSelected: EventEmitter; captionChanged: EventEmitter; private previousValue; protected get isCaptionShown(): boolean; protected onSelectFile(): void; protected onTitleChange(event: KeyboardEvent): void; protected onTitlePaste(event: ClipboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }