import { IPopover } from "./popover.types.js"; import * as React$1 from "react"; //#region src/popover/anchor.d.ts /** Registers a custom positioning anchor; trigger stops being the anchor while mounted. */ declare const PopoverAnchor: React$1.ForwardRefExoticComponent, "ref"> & React$1.RefAttributes>; //#endregion export { PopoverAnchor };