import { RadioGroupItem } from './types'; export declare const getSelectedItem: (items: RadioGroupItem[], value: string) => RadioGroupItem; //# sourceMappingURL=utils.d.ts.map