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