import type { DialogInstance } from './interface';
/**
 * 对话框
 */
declare const Dialog: DialogInstance;
export default Dialog;
