import { ModuleWithProviders } from '@angular/core'; import { config } from '../data.model'; export declare class GoogleCalendarAPIModule { /** * A static method to provide configuration to the AddToGoogleCalanderModule. * @param config Use the AddToGoogleCalanderModule to provide configuration * information to the module. */ static forRoot(config: config): ModuleWithProviders; }