/** @jsxImportSource nativewind */ /** * Source code copied and adapted from: * https://github.com/roninoss/rn-primitives * License: MIT (c) 2024 RoninOSS */ import * as React from "react"; import { View } from "react-native"; declare const Root: React.ForwardRefExoticComponent void; disabled?: boolean; } & React.RefAttributes>; declare const Item: React.ForwardRefExoticComponent, "ref"> & { asChild?: boolean; } & { onKeyDown?: (ev: React.KeyboardEvent) => void; onKeyUp?: (ev: React.KeyboardEvent) => void; } & { value: string; "aria-labelledby"?: string; } & React.RefAttributes>; declare const Indicator: React.ForwardRefExoticComponent>; export { Indicator, Item, Root }; //# sourceMappingURL=radio-group.d.ts.map