import { PopoverProps } from './Popover.types'; export declare const Popover: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element; export default Popover;