import { EventBusService } from "@hpe/angular-toolkit/service";
export declare class MenuButton {
    private eventBusService;
    constructor(eventBusService: EventBusService);
    onClick(): void;
}
