import React from 'react';
import { type ModalDialogProps } from './internal/components/modal-wrapper';
export type { ModalDialogProps };
export default function ModalWrapper(props: ModalDialogProps): React.JSX.Element;
