/// /** * PopoverAnchor is element that is used as the positioning reference * for the popover. */ export declare function PopoverAnchor(props: React.PropsWithChildren<{}>): import("react/jsx-runtime").JSX.Element; export declare namespace PopoverAnchor { var displayName: string; }