import type { IAgentScopeRuntimeWebUIOptions } from "../../.."; import React from 'react'; interface IProps { options: IAgentScopeRuntimeWebUIOptions; } declare const _default: React.ForwardRefExoticComponent>; export default _default;