import type { SceneHandle } from '../../editor/scene'; interface Props { sceneRef: { current: SceneHandle | null; }; } export declare function ScriptPanel({ sceneRef }: Props): import("react").JSX.Element; export {};