import type { ActionButtonProps } from "../../utils/createActionButton.js"; declare const useActionBarStopSpeaking: () => (() => void) | null; export declare namespace ActionBarPrimitiveStopSpeaking { type Element = HTMLButtonElement; type Props = ActionButtonProps; } export declare const ActionBarPrimitiveStopSpeaking: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ActionBarStopSpeaking.d.ts.map