/*!
 * 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 { OnInit, OnDestroy, QueryList } from '@angular/core';
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxoFileManagerContextMenu } from './base/file-manager-context-menu';
import { DxiCommandComponent } from './command-dxi';
import { DxiItemComponent } from './item-dxi';
import * as i0 from "@angular/core";
export declare class DxoContextMenuComponent extends DxoFileManagerContextMenu implements OnDestroy, OnInit {
    protected get _optionPath(): string;
    get commandsChildren(): QueryList<DxiCommandComponent>;
    set commandsChildren(value: QueryList<DxiCommandComponent>);
    get itemsChildren(): QueryList<DxiItemComponent>;
    set itemsChildren(value: QueryList<DxiItemComponent>);
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxoContextMenuComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxoContextMenuComponent, "dxo-context-menu", never, { "commands": "commands"; "enabled": "enabled"; "items": "items"; }, {}, ["commandsChildren", "itemsChildren"], never>;
}
export declare class DxoContextMenuModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxoContextMenuModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxoContextMenuModule, [typeof DxoContextMenuComponent], never, [typeof DxoContextMenuComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxoContextMenuModule>;
}
