import { OnInit } from '@angular/core'; import { BaseElementComponent } from 'slate-angular'; import { ParagraphElement } from '../../custom-types'; import * as i0 from "@angular/core"; export declare class ParagraphElementComponent extends BaseElementComponent implements OnInit { ngOnInit(): void; onContextChange(): void; applyAlign(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }