import * as i0 from '@angular/core'; import { Provider } from '@angular/core'; import { RichTextFormatter } from '@lucca-front/ng/forms/rich-text-input'; import { LexicalEditor } from 'lexical'; declare class HtmlFormatter extends RichTextFormatter { registerTextPlugin(editor: LexicalEditor): () => void; parse(editor: LexicalEditor, htmlString?: string | null): void; format(editor: LexicalEditor): string; } declare function provideLuRichTextHTMLFormatter(): Provider; declare class HtmlFormatterDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { HtmlFormatter, HtmlFormatterDirective, provideLuRichTextHTMLFormatter };