/** @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 { Text as RNText } from "react-native"; declare const Root: React.ForwardRefExoticComponent & { children: React.ReactNode; style?: import("react-native").ViewStyle; } & React.RefAttributes>; declare const Text: React.ForwardRefExoticComponent>; export { Root, Text }; //# sourceMappingURL=label.web.d.ts.map