export function Group({ children, summary, ...props }: { [x: string]: any; children: any; summary: any; }): React.JSX.Element; import React from 'react';