/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Statistic: {
    ({ as, ui, className, children, ...props }: import("./type").StatisticProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    Value: {
        ({ as, className, content, children, ...props }: import("./type").StatisticValueProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Label: {
        ({ as, className, content, children, ...props }: import("./type").StatisticLabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Group: {
        ({ as, className, children, ...props }: import("./type").StatisticGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Statistic;
