/*!
 * devextreme-angular
 * Version: 22.1.14
 * Build date: Mon Apr 29 2024
 *
 * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
 *
 * This software may be modified and distributed under the terms
 * of the MIT license. See the LICENSE file in the root of the project for details.
 *
 * https://github.com/DevExpress/devextreme-angular
 */
import { NestedOption } from 'devextreme-angular/core';
import DevExpress from 'devextreme/bundles/dx.all';
import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader';
import * as i0 from "@angular/core";
export declare abstract class DxoHtmlEditorImageUpload extends NestedOption {
    get fileUploaderOptions(): dxFileUploaderOptions;
    set fileUploaderOptions(value: dxFileUploaderOptions);
    get fileUploadMode(): string;
    set fileUploadMode(value: string);
    get tabs(): Array<DevExpress.ui.dxHtmlEditorImageUploadTabItem | string>;
    set tabs(value: Array<DevExpress.ui.dxHtmlEditorImageUploadTabItem | string>);
    get uploadDirectory(): string | undefined;
    set uploadDirectory(value: string | undefined);
    get uploadUrl(): string | undefined;
    set uploadUrl(value: string | undefined);
    static ɵfac: i0.ɵɵFactoryDeclaration<DxoHtmlEditorImageUpload, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxoHtmlEditorImageUpload, "ng-component", never, {}, {}, never, never>;
}
