import { type ComponentPropsWithRef, type PropsWithChildren } from 'react'; type Props = PropsWithChildren>; export declare const RadioButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};