import './modals.pcss';
import { PropsWithChildren, ReactElement } from 'react';
export type ModalBodyProps = PropsWithChildren<unknown>;
export default function ModalBody(props: ModalBodyProps): ReactElement;
