/// <reference types="react" />
declare const Modal: (props: any) => JSX.Element;
export default Modal;
