/// import '../index.less'; export interface RecommendItemType { children: any; data?: any; className?: string; } declare const RecommendEventItem: (props: any) => JSX.Element | null; export default RecommendEventItem;