import type { ForwardRefExoticComponent, RefAttributes } from 'react'; import { ModalProps } from '.'; /** * Модальное окно. */ export declare const Modal: ForwardRefExoticComponent>;