import React from 'react'; import { PopoverProps as PopoverPropsPrimitive } from '@modulz/primitives'; export declare type PopoverProps = PopoverPropsPrimitive; export declare const Popover: React.ForwardRefExoticComponent & React.RefAttributes>;