/// <reference types="react" />
import { StatisticGroupProps } from './type';
declare const StatisticGroup: {
    ({ as, className, children, ...props }: StatisticGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default StatisticGroup;
