import { PopoverProps, PopoverPanelProps } from '@headlessui/react'; import { FC } from 'react'; declare const Popup: FC; declare const PopupPanel: FC; export { Popup, PopupPanel };