import { ContextMenuOption } from './context-menu-option';
import * as i0 from "@angular/core";
export declare class ContextMenuItemComponent {
    action: ContextMenuOption;
    hasIcons: boolean;
    isEnabled: boolean;
    isIconEnabled: boolean;
    hasChildren: boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuItemComponent, "systelab-context-menu-item", never, { "action": { "alias": "action"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "isEnabled": { "alias": "isEnabled"; "required": false; }; "isIconEnabled": { "alias": "isIconEnabled"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; }, {}, never, never, false, never>;
}
