import React from "react"; import { ReportEvent } from "../../../types/report"; import { Menus } from "../utils/netdata-dashboard"; interface Props { currentChart: string; menuNames: string[]; menus: Menus; reportEvent: ReportEvent; } export declare const MenuSidebar: React.MemoExoticComponent<({ currentChart, menuNames, menus, reportEvent, }: Props) => JSX.Element>; export {};