import { TextEditorButtonLocation } from 'devextreme/common';
import { dxButtonOptions } from 'devextreme/ui/button';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiTreeViewButtonComponent extends CollectionNestedOption {
    get location(): TextEditorButtonLocation;
    set location(value: TextEditorButtonLocation);
    get name(): string | undefined;
    set name(value: string | undefined);
    get options(): dxButtonOptions | undefined;
    set options(value: dxButtonOptions | undefined);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeViewButtonComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeViewButtonComponent, "dxi-tree-view-button", never, { "location": { "alias": "location"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiTreeViewButtonModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeViewButtonModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeViewButtonModule, [typeof DxiTreeViewButtonComponent], never, [typeof DxiTreeViewButtonComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeViewButtonModule>;
}
