import React from "react";
declare type StaticticProps = {
    desc: string;
    IconComponent: React.Component;
    size?: string;
    title: number | string;
};
declare const _default: ({ size, ...props }: StaticticProps) => JSX.Element;
export default _default;
