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