import React from 'react'; import './index.scss'; import { PopupProps } from './type'; declare const Popup: React.FC; export default Popup;