import * as React$1 from "react"; import { Text as Text$1 } from "react-native"; import * as react_jsx_runtime110 from "react/jsx-runtime"; //#region ui/text.d.ts declare const TextClassContext: React$1.Context; type TextProps = React$1.ComponentProps & { ref?: React$1.RefObject>; asChild?: boolean; }; declare function Text({ className, asChild, ...props }: React$1.ComponentProps & { ref?: React$1.RefObject>; asChild?: boolean; }): react_jsx_runtime110.JSX.Element; //#endregion export { Text, TextClassContext, TextProps }; //# sourceMappingURL=text.d.ts.map