import StatGroup from './StatGroup';
export type { StatGroupProps } from './StatGroup';
export { StatGroup };
export default StatGroup;
