import React from "react"; import { ModalWindowProps } from "./types"; declare const ModalWindow: (props: ModalWindowProps) => React.ReactPortal; export default ModalWindow;