import type { OldPopoverProps } from './converter.old'; export type PopoverProps = OldPopoverProps; export declare const Popover: (props: PopoverProps) => import("@emotion/react/jsx-runtime").JSX.Element;