/// import './index.less'; import type { DSLQuery } from '@lingxiteam/dsl/lib/core'; interface RecomentProps { visible: boolean; data?: any; DSLCore?: DSLQuery; children: any; setVisible: any; } declare const EventRecommendPopover: (props: RecomentProps) => JSX.Element; export default EventRecommendPopover;