import './Modal.css'; import React from 'react'; export declare const cnModal: import("@bem-react/classname").ClassNameFormatter; export declare const Modal: React.ForwardRefExoticComponent<{ open?: boolean | undefined; hideBackdrop?: boolean | undefined; keepMounted?: boolean | undefined; disableBackdropClose?: boolean | undefined; disableOutsideClose?: boolean | undefined; ignoreClickOutsideRefs?: readonly React.RefObject[] | undefined; onEnter?: (() => void) | undefined; onEntered?: (() => void) | undefined; onExit?: (() => void) | undefined; onExited?: (() => void) | undefined; onClose?: (() => void) | undefined; container?: Element | DocumentFragment | null | undefined; backdropProps?: (import("../Backdrop").BackdropBaseProps & { as?: "div" | undefined; } & Omit, HTMLDivElement>, "ref">, keyof import("../Backdrop").BackdropBaseProps> & { 'data-testid'?: string | undefined; }) | undefined; backdropRef?: React.Ref | undefined; transitionProps?: (Partial> & { 'data-testid'?: string | undefined; }) | undefined; windowProps?: (React.HTMLAttributes & { 'data-testid'?: string | undefined; }) | undefined; windowRef?: React.Ref | undefined; className?: string | undefined; 'data-testid'?: string | undefined; } & React.HTMLAttributes & React.RefAttributes>;