import type { FC, PropsWithChildren } from "react"; /** * Содержимое для модального окна * @returns {ReactElement} */ export declare const ModalInner: FC;