import "./index.css";
import React, { FieldsetHTMLAttributes } from "react";
export type RadioGroupSize = "md" | "sm";
export interface RadioGroupProps {
/** Optional description text that appears below the label. */
description?: string;
/** Is invalid. If true, include a description to explain why; and if no description is provided, description defaults to "Please select an option". */
invalid?: boolean;
/** The label text (required). Renders as `