import type { PopoverPanelProps } from '@headlessui/react';
import React from 'react';
export declare const Popup: (props: {
    children: React.ReactNode;
    panel: React.ReactNode;
    panelProps?: PopoverPanelProps;
}) => import("react/jsx-runtime").JSX.Element;
