/** * @jsxRuntime classic * @jsx jsx */ import type { InternalModalDialogProps } from '../types'; declare const ModalDialog: (props: InternalModalDialogProps) => JSX.Element; export default ModalDialog;