export class PythonConsole extends React.Component { constructor(props: any); state: { loading: boolean; }; UNSAFE_componentWillReceiveProps(nextProps: any): void; render(): import("react/jsx-runtime").JSX.Element; } export namespace PythonConsole { namespace defaultProps { const extensionLoaded: boolean; const iframeHeight: number; } namespace propTypes { export const pythonNotebookPath: any; const extensionLoaded_1: any; export { extensionLoaded_1 as extensionLoaded }; const iframeHeight_1: any; export { iframeHeight_1 as iframeHeight }; } } import React from "react";