/** * Interface for properties inherited by child MenuItemElements. * * @public */ export interface IMenuInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Menu → MenuItem inheritance. * * @public */ export declare const MENU_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=MenuInheritanceContext.d.ts.map