import * as React from 'react'; import type { ModalRootProps } from './types'; /** * @deprecated Since 8.0.0. Компонент устарел и будет удален в **VKUI v10**. * Вместо него вы можете использовать хук [useModalManager](/components/use-modal-manager). * @see https://vkui.io/components/modal-root */ export declare const ModalRoot: ({ activeModal, children, modalOverlayTestId, noFocusToDialog, disableModalOverlay, usePortal, onOpen, onOpened, onClose, onClosed, onOverlayClosed, onOverlayShowed, disableCloseAnimation, disableOpenAnimation, }: ModalRootProps) => React.ReactNode; //# sourceMappingURL=ModalRoot.d.ts.map