import { MutableRefObject } from "react";
import { ComposerFunctions } from "../types";
export declare function useWysiwygSendActionHandler(disabled: boolean, composerElement: MutableRefObject<HTMLElement>, composerFunctions: ComposerFunctions): void;
