import { FormRadioboxProps } from './types'; export declare const FormRadiobox: { ({ name, value, ...rest }: FormRadioboxProps): import("react/jsx-runtime").JSX.Element; displayName: string; };