import { IAdaptableBlotter } from '../../adaptableblotter/App_Scripts/Utilities/Interface/IAdaptableBlotter'; import { IEvent } from '../../adaptableblotter/App_Scripts/Utilities/Interface/IEvent'; import { IEventApi } from '../../adaptableblotter/App_Scripts/Api/Interface/IEventApi'; declare const useEventListener: (fn: (...args: any[]) => void, blotter: IAdaptableBlotter, getSpecificEvent?: (eventApi: IEventApi) => IEvent) => void; export default useEventListener;