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