/// import './index.less'; interface ActionMergeProps { data?: any; children: any; } declare const ActionMergePopover: (props: ActionMergeProps) => JSX.Element; export default ActionMergePopover;