/// import { ToolsGroupType } from 'kgsheet'; interface Props { group: ToolsGroupType; } export default function Group({ group }: Props): JSX.Element; export {};