import * as LabelPrimitive from "@rn-primitives/label"; import { cn } from "@turbostarter/ui"; function Label({ className, onPress, onLongPress, onPressIn, onPressOut, disabled, ...props }: LabelPrimitive.TextProps & React.RefAttributes) { return ( ); } export { Label };