import { ModuleWithProviders } from '@angular/core'; export declare class IgoMapModule { static forRoot(): ModuleWithProviders; } export * from './map-browser'; export * from './zoom-button'; export * from './geolocate-button'; export * from './bookmark-button'; export * from './poi-button'; export * from './user-button'; export * from './baselayers-switcher'; export * from './shared';