import { IRadioGroupProps } from './types'; declare const RadioGroup: ({ options, selectedValue, onValueChange, label, error, styles, }: IRadioGroupProps) => import("react/jsx-runtime").JSX.Element; export default RadioGroup; //# sourceMappingURL=RadioGroup.d.ts.map