import { default as React } from 'react'; import { ResolvedCalendarEntry, EntryRenderContext } from '../calendar-types'; interface DefaultEntryProps { entry: ResolvedCalendarEntry; context: EntryRenderContext; } declare const _default: React.NamedExoticComponent; export default _default;