import React from 'react'; import { TextStyle } from 'react-native'; export declare const parseMarkdown: (text: string, mentionStyle: TextStyle, urlStyle?: TextStyle | undefined, handleURL?: ((url: string) => void) | undefined) => JSX.Element | React.ReactNode[];