import { EventDispatcher } from '../events/EventDispatcher'; export declare class NativeMenuItem extends EventDispatcher { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(); protected _enabled: boolean; get enabled(): boolean; set enabled(isSeparator: boolean); } //# sourceMappingURL=NativeMenuItem.d.ts.map