import React, { FunctionComponent } from 'react';
import { WebPopoverProps } from "../../types";
export declare const Popover: FunctionComponent<Partial<WebPopoverProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'>>;
