import React from "react"; import { PopperChildrenProps } from "react-popper"; import { PopoverPopperProps } from "."; interface PopoverElementProps extends PopoverPopperProps, Omit { } export declare const PopoverElement: React.ForwardRefExoticComponent & React.RefAttributes>; export {};