import { type ComponentPropsWithoutRef, type ComponentRef } from "react"; import { DropdownMenu as DropdownMenuPrimitive } from "radix-ui"; import type { WithRenderPropProps } from "../../utils/Primitive.js"; export declare namespace ThreadListItemMorePrimitiveContent { type Element = ComponentRef; type Props = WithRenderPropProps & { portalProps?: ComponentPropsWithoutRef | undefined; }; } export declare const ThreadListItemMorePrimitiveContent: import("react").ForwardRefExoticComponent, "ref"> & { render?: import("react").ReactElement | undefined; } & { portalProps?: ComponentPropsWithoutRef | undefined; } & import("react").RefAttributes>; //# sourceMappingURL=ThreadListItemMoreContent.d.ts.map