import common = require ("./calendar-weekview.common");
exportdeclareclassCalendarWeekViewextendscommon.CalendarWeekView {
android: any;
ios: any;
_nativeView: any;
// define your typings manually// or..// use take the ios or android .d.ts files and copy/paste them here
}