import type { DialogProps } from './type'; declare const Dialog: (props: DialogProps) => JSX.Element; export default Dialog;