import { TimelineCalendarProps, TimelineOptions, Department, User, RangeType, EventType, StatusType, Theme, Locale } from './types'; export type { TimelineCalendarProps, TimelineOptions, User, RangeType, EventType, StatusType, Department, Locale, Theme, }; declare const TimelineCalendar: (props: TimelineCalendarProps) => import("react/jsx-runtime").JSX.Element; export default TimelineCalendar;