import React from 'react'; import './index.scss'; import { DialogProps } from './type'; declare const Dialog: React.FC; export default Dialog;