// TypeScript Version: 2.3 export { default } from './DayPicker'; import * as UtilTypes from './utils'; export * from './common'; export * from './props'; export * from './utils'; export const DateUtils: typeof UtilTypes.DateUtils; export const LocaleUtils: typeof UtilTypes.LocaleUtils; export const ModifiersUtils: typeof UtilTypes.ModifiersUtils;