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