import type { KeyboardEvent } from "react";
export declare function isManualTrigger(e: KeyboardEvent<HTMLTextAreaElement>): boolean;
