import { Faro } from '@grafana/faro-core';
export declare function getUserEventHandler(faro: Faro): (event: PointerEvent | KeyboardEvent) => void;
