import { jsx } from '@emotion/react'; declare const Modal: ({ onClose, TEST_ONLY_src, showModal, }: { onClose: () => any; showModal?: boolean; TEST_ONLY_src?: string; }) => jsx.JSX.Element; export default Modal;