import React from "react"; interface Props { isStandalone?: boolean; onClose: () => void; } declare const Modal: React.FC; export default Modal;