import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ViewAgenda: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ViewAgenda;
