import { InputHTMLAttributes, FC, PropsWithChildren } from "react"; import { RadioProps } from "./RadioProps"; import "./radio.scss"; export type { RadioProps }; export declare const RadioComponent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const RadioProvider: FC;