import { RadioGroupProps } from './interfaces'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; declare type InternalRadioGroupProps = RadioGroupProps & InternalBaseComponentProps; export default function InternalRadioGroup({ name, value, items, ariaLabel, ariaRequired, onChange, __internalRootRef, ...props }: InternalRadioGroupProps): JSX.Element; export {}; //# sourceMappingURL=internal.d.ts.map