import * as React from "react"; import { type DefaultPopoverTargetHTMLProps, type PopoverProps } from "@blueprintjs/core"; /** @deprecated use `{ PopoverProps } from "@blueprintjs/core"` instead */ export interface Popover2Props extends PopoverProps { ref?: React.Ref>; } /** @deprecated use `{ Popover } from "blueprintjs/core"` instead */ export declare class Popover2 extends React.PureComponent> { private ref; render(): React.JSX.Element; reposition: () => Promise | null> | undefined; }