import React from 'react';
import { RadioProps } from '@bytedance/mona';
declare const Radio: React.FC<RadioProps>;
export default Radio;
