import { ElementRef, ViewContainerRef, Renderer2, ValueProvider } from '@angular/core'; import { IComponentBase } from '@syncfusion/ej2-ng-base'; import { DocumentEditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, EditorHistory, OptionsPane, ContextMenu, ImageResizer, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, ParagraphDialog, ListDialog, StyleDialog, StylesDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog } from '@syncfusion/ej2-documenteditor'; export declare const inputs: string[]; export declare const outputs: string[]; export declare const twoWays: string[]; /** * `ejs-documenteditor` represents the Angular Document Editor Component. * ```html * * ``` */ export declare class DocumentEditorComponent extends DocumentEditor implements IComponentBase { private ngEle; private srenderer; private viewContainerRef; constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, print: Print, sfdtExport: SfdtExport, wordExport: WordExport, textExport: TextExport, selection: Selection, search: Search, editor: Editor, editorHistory: EditorHistory, optionsPane: OptionsPane, contextMenu: ContextMenu, imageResizer: ImageResizer, hyperlinkDialog: HyperlinkDialog, tableDialog: TableDialog, bookmarkDialog: BookmarkDialog, tableOfContentsDialog: TableOfContentsDialog, pageSetupDialog: PageSetupDialog, paragraphDialog: ParagraphDialog, listDialog: ListDialog, styleDialog: StyleDialog, stylesDialog: StylesDialog, bulletsAndNumberingDialog: BulletsAndNumberingDialog, fontDialog: FontDialog, tablePropertiesDialog: TablePropertiesDialog, bordersAndShadingDialog: BordersAndShadingDialog, tableOptionsDialog: TableOptionsDialog, cellOptionsDialog: CellOptionsDialog); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentChecked(): void; registerEvents: (eventList: string[]) => void; addTwoWay: (propList: string[]) => void; } export declare const PrintService: ValueProvider; export declare const SfdtExportService: ValueProvider; export declare const WordExportService: ValueProvider; export declare const TextExportService: ValueProvider; export declare const SelectionService: ValueProvider; export declare const SearchService: ValueProvider; export declare const EditorService: ValueProvider; export declare const EditorHistoryService: ValueProvider; export declare const OptionsPaneService: ValueProvider; export declare const ContextMenuService: ValueProvider; export declare const ImageResizerService: ValueProvider; export declare const HyperlinkDialogService: ValueProvider; export declare const TableDialogService: ValueProvider; export declare const BookmarkDialogService: ValueProvider; export declare const TableOfContentsDialogService: ValueProvider; export declare const PageSetupDialogService: ValueProvider; export declare const ParagraphDialogService: ValueProvider; export declare const ListDialogService: ValueProvider; export declare const StyleDialogService: ValueProvider; export declare const StylesDialogService: ValueProvider; export declare const BulletsAndNumberingDialogService: ValueProvider; export declare const FontDialogService: ValueProvider; export declare const TablePropertiesDialogService: ValueProvider; export declare const BordersAndShadingDialogService: ValueProvider; export declare const TableOptionsDialogService: ValueProvider; export declare const CellOptionsDialogService: ValueProvider;