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