import React from 'react'; import { EventCalendarViewsProps } from './EventCalendarViews.js'; interface SchedulerViewsProps extends EventCalendarViewsProps { } declare function SchedulerViews({ views: userViews, ...restOptions }: SchedulerViewsProps): React.JSX.Element; export { SchedulerViewsProps, SchedulerViews as default };