import React from "react"; import { type StyleProp, type TextStyle } from "react-native"; export interface NLinkifyProps { children: React.ReactNode; className?: string; numberOfLines?: number; linkStyle?: StyleProp; onPress?: (url: string, text: string) => void; } export declare const NLinkify: React.NamedExoticComponent; //# sourceMappingURL=NLinkify.d.ts.map