import React, { PropsWithChildren } from 'react'; import { RadioGroupProps, RadioGroupContextProps } from './interface'; export declare const RadioGroupContext: React.Context; export declare const ClearRadioGroupContext: ({ children }: PropsWithChildren<{}>) => JSX.Element; declare function Group(baseProps: PropsWithChildren): JSX.Element; declare namespace Group { var displayName: string; } export default Group; export { RadioGroupProps, RadioGroupContextProps };