/// <reference types="react" />
import { MinutesProps } from '../types';
export default function Minutes(props: MinutesProps): JSX.Element;
