export function LeftSidebarDebugger({ darkMode, selectedSidebarItem, setSelectedSidebarItem, errors, debuggerActions, currentPageId, popoverContentHeight, }: { darkMode: any; selectedSidebarItem: any; setSelectedSidebarItem: any; errors: any; debuggerActions: any; currentPageId: any; popoverContentHeight: any; }): import("react/jsx-runtime").JSX.Element; export namespace LeftSidebarDebugger { export { ErrorLogsComponent as ErrorLogs }; } declare function ErrorLogsComponent({ errorProps, idx, darkMode }: { errorProps: any; idx: any; darkMode: any; }): import("react/jsx-runtime").JSX.Element; export {};