import React from 'react'; import { RadioGroupProps } from './interfaces.js'; declare function InternalRadioGroup({ ref, ...props }: RadioGroupProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare const RadioGroup: typeof InternalRadioGroup; declare const _default: typeof RadioGroup; export default _default;