/** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/api-react.html#wxshowtoastobject) */ export default function show_toast(title: string, icon: 'success' | 'loading' | 'none', duration?: number, image?: string, mask?: boolean): Promise;