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