import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from "@angular/core"; import * as i1 from "@angular/cdk/menu"; import * as i2 from "../../common/sapphire-view-encapsulation"; export declare class MenuItemComponent { /** Whether the item should be disabled */ disabled: BooleanInput; /** Whether the item should be styled as danger item */ danger: BooleanInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }