import { Primitive } from "../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; export declare namespace ComposerPrimitiveDictationTranscript { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } /** * Renders the current interim (partial) transcript while dictation is active. * * This component displays real-time feedback of what the user is saying before * the transcription is finalized and committed to the composer input. * * @example * ```tsx * *
* *
*
* ``` */ export declare const ComposerPrimitiveDictationTranscript: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=ComposerDictationTranscript.d.ts.map