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