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