import * as React from 'react'; import type { RadioProps, RadioRef } from './interface'; declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<RadioRef>>; export default Radio;