import { AICommandNameExtended } from 'devextreme/ui/html_editor'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiHtmlEditorCommandComponent extends CollectionNestedOption { get name(): AICommandNameExtended; set name(value: AICommandNameExtended); get options(): any; set options(value: any); get prompt(): ((param: string) => string); set prompt(value: ((param: string) => string)); get text(): string; set text(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiHtmlEditorCommandModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }