import { RadioProps } from "@ducor/types";
export declare const Radio: ({ name, label, options, id, direction, withAsterisk, helperText, defaultValue, disabled, className, }: RadioProps) => import("react/jsx-runtime").JSX.Element;
