import React from 'react'; import type { ActivityMechanismProps } from './types.js'; /** * ActivityMechanism - 活动机制组件 * * @description 展示活动机制/会员权益等卡片列表的组件,支持响应式布局和主题切换 */ declare const ActivityMechanism: React.ForwardRefExoticComponent>; export default ActivityMechanism;