import { IContext } from "./context"; declare const useRadioGroup: () => IContext | undefined; export default useRadioGroup;