import { TextInputElement } from "./text-input-element.type";
export declare function findKeyTarget(): Element;
export declare function emulateKeyEvents(key: string, textInputAction?: (target: TextInputElement) => boolean, target?: Element, options?: {
    keypressBubbles?: boolean;
}): void;
