import { jsx } from '@emotion/react';
import type { ModalDialogProps } from '../../types';
declare const ModalDialog: (props: ModalDialogProps) => jsx.JSX.Element;
export default ModalDialog;
