import React from 'react'; declare type WangwangProps = { nick: string; buyerOpenUid: string; tbAppKey?: string; }; declare const Wangwang: (props: WangwangProps) => React.JSX.Element; export default Wangwang;