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