export default myModule; export type SearchDirectiveListeners = { open?: () => void; close?: () => void; cursorchange?: (arg0: JQuery.Event, arg1: T, arg2: Twitter.Typeahead.Dataset) => void; select?: (arg0: JQuery.Event, arg1: T, arg2: Twitter.Typeahead.Dataset) => void; autocomplete?: (arg0: JQuery.Event, arg1: T, arg2: Twitter.Typeahead.Dataset) => void; datasetsempty?: (arg0: JQuery.Event, arg1: string, arg2: boolean) => void; change?: (arg0: JQuery.Event, arg1: string) => void; }; /** * @type {angular.IModule} * @hidden */ declare const myModule: angular.IModule; import angular from 'angular';