import * as React from 'react'; import { ReadyRuntimeError } from './Errors'; export declare type RuntimeErrorProps = { error: ReadyRuntimeError; }; declare const RuntimeError: React.FC; export declare const styles: string; export { RuntimeError };