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