import 'hammerjs'; import { ModuleWithProviders } from '@angular/core'; /** * The main module of this library. Example usage: * * ```typescript * import { CalenderModule } from 'angular-calendar'; * * @NgModule({ * imports: [ * CalenderModule.forRoot() * ] * }) * class MyModule {} * ``` * */ export declare class CalendarModule { static forRoot(): ModuleWithProviders; }