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