import * as _yamada_ui_motion from '@yamada-ui/motion';
import { MotionProps } from '@yamada-ui/motion';
import { PropsWithChildren } from 'react';

interface ModalContentProps extends Omit<MotionProps<"section">, "animation" | "children" | "scrollBehavior" | "transition">, PropsWithChildren {
}
declare const ModalContent: _yamada_ui_motion.MotionComponent<"section", ModalContentProps>;

export { ModalContent, type ModalContentProps };
