import { ElementRef, OnInit } from '@angular/core'; import { BaseElementComponent } from 'slate-angular'; import { LinkElement } from '../../custom-types'; import * as i0 from "@angular/core"; export declare class PlaitLinkNodeComponent extends BaseElementComponent implements OnInit { inlineChromiumBugfix: string; outletParent: ElementRef; getOutletParent: () => any; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }