import { ToastHandler } from 'antd-mobile/es/components/toast/methods'; export declare function showToast(msg: string): ToastHandler; export declare function showModal({ type, closable, onOk, onCancel, ...props }: { [x: string]: any; type?: string | undefined; closable: any; onOk: any; onCancel: any; }): any;