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