import { Primitive } from "../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; export declare namespace QueueItemPrimitiveText { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } /** * Renders the prompt text of a queue item. * * @example * ```tsx * * ``` */ export declare const QueueItemPrimitiveText: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=QueueItemText.d.ts.map