import {ComponentClass} from 'react' export interface TaroParserProps { content: string, type: 'markdown' | 'html', onImgClick?: Function onLinkClick?: Function, latexApi?: string, yumlApi?: string, theme?: 'dark' | 'light' } declare const TaroParser: ComponentClass export default TaroParser