import type { RadioGroupProps } from './types'; export declare const RadioGroup: ({ className, defaultValue, disabled, labelPlacement, onChange, options, orientation, value, testId, }: RadioGroupProps) => JSX.Element;