import { OnDestroy, OnInit } from '@angular/core'; import { Editor, Toolbar } from 'ngx-editor'; import * as i0 from "@angular/core"; export declare class TextEditorComponent implements OnInit, OnDestroy { toolbar: Toolbar; placeholder: string; isFloating: boolean; disabled: boolean; htmlContent: string; editor: Editor; ngOnInit(): void; ngOnDestroy(): void; toggleEditorType(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }