import type { SFCWithInstall } from '../_util/interface';
import Radio from './radio.vue';
type RadioType = SFCWithInstall<typeof Radio>;
export { radioProps } from './props';
export type { RadioProps } from './props';
export declare const FRadio: RadioType;
export default FRadio;