import { ReactNode } from 'react'; declare const renderSummary: (props: any) => ReactNode; export default renderSummary;