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