import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiMenuItemComponent extends CollectionNestedOption {
    get action(): Function;
    set action(value: Function);
    get text(): string;
    set text(value: string);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiMenuItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiMenuItemComponent, "dxi-menu-item", never, { "action": { "alias": "action"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiMenuItemModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiMenuItemModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiMenuItemModule, [typeof DxiMenuItemComponent], never, [typeof DxiMenuItemComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiMenuItemModule>;
}
