import { EditorProps } from "./types"; export declare const PythonEditor: ({ height, value, placeholder, readOnly, onChange }: EditorProps) => import("react/jsx-runtime").JSX.Element;