import React from 'react';
import { AgendaProps } from './types';
declare function Agenda(props: AgendaProps): React.JSX.Element;
export default Agenda;
