/// <reference types="react" />
import { EnvRuntime } from '../../runtime';
export declare type EnvConsoleProps = {
    runtime: EnvRuntime;
};
export declare function EnvConsole(): JSX.Element;
