import { Primitive } from "../../utils/Primitive.js"; import { type ElementRef, type ComponentPropsWithoutRef } from "react"; export declare namespace SuggestionPrimitiveTitle { type Element = ElementRef; type Props = ComponentPropsWithoutRef; } /** * Renders the title of the suggestion. * * @example * ```tsx * * ``` */ export declare const SuggestionPrimitiveTitle: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=SuggestionTitle.d.ts.map