import { PisellGlobalSearchProps, PisellGlobalSearchRef } from "./types.js"; import React from "react"; //#region src/plus/pisellGlobalSearch/PisellGlobalSearch.d.ts /** * 对外导出:用 withResponsive 包裹,注入 `variant`, * 用于「桌面右栏详情 / 手机抽屉详情」分支与根节点 variant class。 * (PisellGlobalSearchInner 本身是 forwardRef,ref 会被透传给内部 imperative handle。) */ declare const PisellGlobalSearch: React.ForwardRefExoticComponent>; //#endregion export { PisellGlobalSearch };