import type { FC, PropsWithChildren } from "react"; /** * Тело модального окна * @returns {ReactElement} */ export declare const ModalContent: FC;