import * as React from "react"; import { PopUpProps } from "./typings/PopUp"; declare const PopUp: React.FunctionComponent; export default PopUp;