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