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