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