import { type ComponentPropsWithoutRef, type ComponentRef } from "react"; import { Popover as PopoverPrimitive } from "radix-ui"; export declare namespace AssistantModalPrimitiveAnchor { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } export declare const AssistantModalPrimitiveAnchor: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=AssistantModalAnchor.d.ts.map