import type { RadioInputProps } from './type';
export default function RadioInput({ onChange, size, color, value, type, shadow, variant, style, control, ...props }: RadioInputProps): import("react/jsx-runtime").JSX.Element;
