import { type ComponentPropsWithoutRef, type ComponentRef } from "react"; import { Popover as PopoverPrimitive } from "radix-ui"; export declare namespace AssistantModalPrimitiveContent { type Element = ComponentRef; type Props = ComponentPropsWithoutRef & { portalProps?: ComponentPropsWithoutRef | undefined; dissmissOnInteractOutside?: boolean | undefined; }; } export declare const AssistantModalPrimitiveContent: import("react").ForwardRefExoticComponent, "ref"> & { portalProps?: ComponentPropsWithoutRef | undefined; dissmissOnInteractOutside?: boolean | undefined; } & import("react").RefAttributes>; //# sourceMappingURL=AssistantModalContent.d.ts.map