import { ProcessedEvent } from '../types';
type Props = {
    events: ProcessedEvent[];
};
declare const MonthAgenda: ({ events }: Props) => import("react/jsx-runtime").JSX.Element;
export { MonthAgenda };
