import { InputHTMLAttributes, FC, PropsWithChildren } from "react"; import { RadioGroupProps } from "./RadioGroupProps"; import "./radio-group.scss"; export type { RadioGroupProps }; export declare const RadioGroupComponent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const RadioGroupProvider: FC;