import React from "react"; import { type FieldsetProps } from "./shared/Fieldset"; export type RadioButtonsProps = Omit; /** @see */ export declare const RadioButtons: React.MemoExoticComponent>>; export default RadioButtons;