import * as React from 'react'; import { PopupProps } from './Popup.types'; declare const Popup: React.FunctionComponent; export default Popup;