import type { ActionButtonElement, ActionButtonProps } from "../../utils/createActionButton.js"; declare const useComposerDictate: () => (() => void) | null; export declare namespace ComposerPrimitiveDictate { type Element = ActionButtonElement; type Props = ActionButtonProps; } /** * A button that starts dictation to convert voice to text. * * Requires a DictationAdapter to be configured in the runtime. * * @example * ```tsx * * * * ``` */ export declare const ComposerPrimitiveDictate: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ComposerDictate.d.ts.map