import React from 'react'; import AgendaViewModel from './AgendaViewModel'; interface IProps { agendaViewModel: AgendaViewModel; } declare const Agenda: React.FC; export default Agenda;