import type { ActionButtonElement, ActionButtonProps } from "../../utils/createActionButton.js"; declare const useComposerStopDictation: () => (() => void) | null; export declare namespace ComposerPrimitiveStopDictation { type Element = ActionButtonElement; type Props = ActionButtonProps; } /** * A button that stops the current dictation session. * * Only rendered when dictation is active. * * @example * ```tsx * * * * ``` */ export declare const ComposerPrimitiveStopDictation: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ComposerStopDictation.d.ts.map