import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core'; import { BaseTextComponent } from 'slate-angular'; import { CustomText } from '../custom-types'; import * as i0 from "@angular/core"; export declare class PlaitTextNodeComponent extends BaseTextComponent { elementRef: ElementRef; renderer2: Renderer2; constructor(elementRef: ElementRef, renderer2: Renderer2, cdr: ChangeDetectorRef); excludes: string[]; attributes: string[]; applyTextMark(): void; onContextChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }