import { ElementRef, EventEmitter } from '@angular/core'; import { Method } from '@rxap/pattern'; import * as i0 from "@angular/core"; export interface ContenteditableEvent { value: string; parameters?: any; } export declare class ContenteditableDirective { private readonly elementRef; contenteditable: boolean; spellcheck: boolean; method?: Method; change: EventEmitter; parameters?: any; initial?: string; constructor(elementRef: ElementRef); onClick($event: Event): void; onInput($event: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }