import BsPopover from "react-bootstrap/Popover"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { PopoverProps as IPopoverProps } from "react-bootstrap/Popover"; declare type IPopoverWrapper = BsPrefixRefForwardingComponent<"div", IPopoverProps>; export interface IPopover extends IPopoverWrapper { Content: typeof BsPopover.Content; Title: typeof BsPopover.Title; } export declare const Popover: IPopover; export type { IPopoverProps }; export default Popover;