import { PropsWithChildren } from 'react'; import { BadgePopoverItem, BadgePrimitiveProps } from '../primitive/BadgePrimitive'; export type BadgePopoverProps = PropsWithChildren; declare const BadgePopover: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default BadgePopover;