import type { PopoverProps } from './Popover.types';
declare function Popover({ children, ...otherProps }: PopoverProps): import("react/jsx-runtime").JSX.Element;
export default Popover;
