/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import type { InternalModalDialogProps } from '../types';
declare const ModalDialog: React.ForwardRefExoticComponent<React.PropsWithoutRef<InternalModalDialogProps> & React.RefAttributes<HTMLElement>>;
export default ModalDialog;
