import { Popover } from './popover';
export type { PopoverList, WebPopoverProps as PopoverProps } from "../../types";
export default Popover;
