export function LeftSidebarInspector({ darkMode, currentState, selectedSidebarItem, setSelectedSidebarItem, appDefinition, setSelectedComponent, removeComponent, runQuery, dataSources, popoverContentHeight, }: { darkMode: any; currentState: any; selectedSidebarItem: any; setSelectedSidebarItem: any; appDefinition: any; setSelectedComponent: any; removeComponent: any; runQuery: any; dataSources: any; popoverContentHeight: any; }): import("react/jsx-runtime").JSX.Element;