import { SidebarMenuWidget } from './sidebar-menu-widget';
import { MenuPath } from '../../common/menu';
/**
 * The menu widget placed on the bottom of the sidebar.
 */
export declare class SidebarBottomMenuWidget extends SidebarMenuWidget {
    protected onClick(e: React.MouseEvent<HTMLElement, MouseEvent>, menuPath: MenuPath): void;
}
//# sourceMappingURL=sidebar-bottom-menu-widget.d.ts.map