import React from 'react'; import type { RadioGroupProps } from './RadioGroup.types'; export declare const RadioGroup: React.FC;