import { HTMLChakraProps } from "../system"; export interface StatGroupProps extends HTMLChakraProps<"div"> { } export declare const StatGroup: import("../system").ComponentWithAs<"div", StatGroupProps>;