import { EditorToolComponent } from '../editor-tool/editor-tool.component'; import type { CuiImageTunes } from './editor-image-tool.options'; import * as i0 from "@angular/core"; export declare class EditorImageToolComponent extends EditorToolComponent { protected readonly isLoaded: import("@angular/core").WritableSignal; protected readonly tunesSignal: import("@angular/core").WritableSignal; image: string; set tunes(tunes: CuiImageTunes); protected get isShowLoadButton(): boolean; protected onPreventEnter(event: KeyboardEvent): void; private checkKey; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }