import type { SalesSdkUIHosts } from '../types'; import { type CreateLegacyOpenProductDetailHostDeps } from '../demo/hosts/legacyOpenProductDetail'; /** * 组合商品详情 Host:普通商品走 SkuDetailModal,预约商品走 legacy Info2 弹窗。 * 对齐 ticketBooking `openProductModal` 分支逻辑。 */ export declare function createCompositeOpenProductDetailHost(deps: CreateLegacyOpenProductDetailHostDeps): NonNullable;