import type { ReactNode } from "react"; import { type ScopeViewInput } from "./scope-panel.js"; export declare function ScopePanel(props: ScopeViewInput): ReactNode;