import React from "react";
import { MeetingMinutesProps } from "./types";
export declare const MeetingMinutes: React.FC<MeetingMinutesProps>;
