import { FormValues, InputProps } from "./type"; export interface RadioProps extends Omit, 'placeholder'> { } export declare function Radio({ control, name, disabled, style, checkedStyle, disabledStyle, errorStyle, value, ...rules }: RadioProps): import("react/jsx-runtime").JSX.Element;