/// <reference types="react" />
import { TableGroupingContentType } from "../../../config/@types/Table";
declare function TableGroupingContent(props: TableGroupingContentType): JSX.Element;
export default TableGroupingContent;
