import type { FC, PropsWithChildren } from "react"; /** * Слот управления окном * @returns {ReactElement} */ export declare const ModalCtrl: FC;