import type { SchedulePlugin } from '../types';
export { useSchedulePaginationPlugin } from './PaginationPlugin';
export { useScheduleViewSelectorPlugin } from './ViewSelectorPlugin';
export declare const defaultSchedulePlugins: ReadonlyArray<SchedulePlugin>;
//# sourceMappingURL=index.d.ts.map