/** * ng2-bingmaps - Angular 2 components for Bing Maps * @version v0.2.0 * @link https://github.com/youjustgo/ng2-bingmaps * @license MIT */ export { BingMap } from './directives/bing-map'; export { BingMapMarker } from './directives/bing-map-marker'; export { BingMapInfoWindow } from './directives/bing-map-info-window'; export declare const NG2_BINGMAPS_DIRECTIVES: any[];