import { Bem } from '../../internal/utils'; import { MenuItemType } from '../dropdown.types'; import * as i0 from "@angular/core"; export declare class MenuItemComponent { bem: Bem; protected _disabled: boolean; get disabled(): boolean; set disabled(value: boolean); divide: boolean; type: MenuItemType; actived: boolean; get className(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }