import { ElementType, HTMLHopeProps } from "../types"; /** * PopoverAnchor is the element used as the positioning reference for the popover. */ export declare function PopoverAnchor(props: HTMLHopeProps): import("solid-js").JSX.Element; //# sourceMappingURL=popover-anchor.d.ts.map