import { CalendarPlugin } from '../calendar-types'; export interface AgendaPluginOptions { dayCount?: number; label?: string; } export declare function agendaPlugin(options?: AgendaPluginOptions): CalendarPlugin;