import type { ISourceEditorProps } from "../structures/ISourceEditorProps"; export declare function SourceEditor({ value, onChange, extraLibs, path, }: ISourceEditorProps): import("react/jsx-runtime").JSX.Element;