import { Options } from '../types/options';
import { Speech } from '../speech';
export declare class EventListeners {
    private static KEY_DOWN_TIMEOUT;
    private static getElementIfFocusedOnAvailable;
    private static keyDownWindow;
    private static mouseDownWindow;
    private static mouseUpWindow;
    static add(speech: Speech, options?: Options): void;
    static remove(speech: Speech): void;
}
