import React from 'react'; import { GroupProps } from "../../types/op-table"; /** * * * * * * */ export default function Group(props: GroupProps): React.JSX.Element;