export * from './types';
declare const Module: {
    [key: string]: any;
};
export declare const CalendarModel: any, AbstractDayOfWeekRow: any, AbstractMonthGrid: any, AbstractWeekNumberColumn: any;
export default Module;
