/*!
 * 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 { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare abstract class DxiFileManagerToolbarItem extends CollectionNestedOption {
    get cssClass(): string | undefined;
    set cssClass(value: string | undefined);
    get disabled(): boolean;
    set disabled(value: boolean);
    get icon(): string;
    set icon(value: string);
    get locateInMenu(): string;
    set locateInMenu(value: string);
    get location(): string;
    set location(value: string);
    get name(): string;
    set name(value: string);
    get options(): any;
    set options(value: any);
    get showText(): string;
    set showText(value: string);
    get text(): string;
    set text(value: string);
    get visible(): boolean | undefined;
    set visible(value: boolean | undefined);
    get widget(): string;
    set widget(value: string);
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiFileManagerToolbarItem, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiFileManagerToolbarItem, "ng-component", never, {}, {}, never, never>;
}
