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