import { type StyledProps } from "./Styled"; /** * moaui Styled Radio Button Group * * @param props - ariaLabel, children, defaultValue, name, onChange, value, text, spacing * @example * {}} * value={"Radio 1"} * text={"Radio Group"} * spacing={1} * > * {children} * * @returns React.ReactElement */ declare const RadioGroup: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default RadioGroup; export { type StyledProps as RadioGroupProps, SampleProps as RadioGroupSample, }; //# sourceMappingURL=index.d.ts.map