import React from 'react'; import { TextProps } from 'react-native'; export declare type LinkProps = TextProps & { href?: string; }; export declare const Link: React.FC;