import { Primitive } from "../../utils/Primitive.js"; import { type ComponentPropsWithoutRef, type ComponentRef } from "react"; export declare namespace SelectionToolbarPrimitiveQuote { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } /** * A button that quotes the currently selected text. * * Must be placed inside `SelectionToolbarPrimitive.Root`. Reads the * selection info from context (captured by the Root), sets it as a * quote in the thread composer, and clears the selection. * * @example * ```tsx * * Quote * * ``` */ export declare const SelectionToolbarPrimitiveQuote: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=SelectionToolbarQuote.d.ts.map