/** * @jsxRuntime classic * @jsx jsx */ import { type FC } from 'react'; import { type PopupProps } from './types'; export declare const Popup: FC;