import type { ComponentProps, FC, PropsWithChildren } from 'react'; export type ModalBodyProps = PropsWithChildren>; export declare const ModalBody: FC;