import { BooleanFieldDerivedProps } from "./BooleanField";
export interface RadioProps extends BooleanFieldDerivedProps {
}
export declare const Radio: (props: RadioProps) => import("react/jsx-runtime").JSX.Element;
