/// <reference types="react" />
export declare const IconStat: ({ total, label, children, value, color, }: {
    total?: string;
    label?: string;
    children: any;
    value?: string;
    color?: string;
}) => JSX.Element;
export default IconStat;
