import React from 'react'; import type { DialogProps as AntDialogProps } from 'antd-mobile/es/components/dialog'; import './dialog.less'; export declare type DialogProps = {} & AntDialogProps; /** * @Author: wangyi * @Date: 2022-03-21 */ declare const Dialog: React.FC; export default Dialog;