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