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