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