/** * @author: yanxianliang * @date: 2025-07-25 16:25 * @modified:2025/7/25 16:25 by yanxianliang * @desc: 终端 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import './index.less'; import { RefObject } from "react"; import { XTermRef } from "./types"; export declare const Terminal: (props: { xTermRef: RefObject; }) => import("react/jsx-runtime").JSX.Element;