import { DropdownProps } from 'antd'; import React from 'react'; export declare const Dropdown: ({ [SLOT.id]: dataId, [SLOT.dnd]: dataDnd, style, ...rest }: DropdownProps & { [key: string]: any; children?: React.ReactNode; }) => React.JSX.Element;