import * as React from 'react'; import type { AbstractCheckboxProps } from '../checkbox/Checkbox'; import type { RadioChangeEvent, RadioRef } from './interface'; export type RadioButtonProps = AbstractCheckboxProps; declare const _default: React.ForwardRefExoticComponent>; export default _default;