import React from 'react'; import { Radio } from '@cloudflare/component-radio'; import { BaseProps } from './Base'; export declare type RadioProps = Omit, 'placeholder'>; export default function FormRadio(props: BaseProps): JSX.Element;