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