import * as React from "react"; import { Text as RNText } from "react-native"; declare const TextClassContext: React.Context; declare function Text({ className, asChild, ...props }: React.ComponentProps & { ref?: React.RefObject; asChild?: boolean; }): React.JSX.Element; export { Text, TextClassContext }; //# sourceMappingURL=text.d.ts.map