/// <reference types="react" resolution-mode="require"/>
import { ErrorOutputModel } from '@difizen/libro-jupyter';
import './index.less';
export declare class AIErrorOutputModel extends ErrorOutputModel {
    view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
    showChat: boolean;
}
//# sourceMappingURL=error-output-model.d.ts.map