import React from "react";
interface SummaryProps {
}
declare const Summary: React.FC<SummaryProps>;
export default Summary;
