import { StatisticProps } from './Statistic.types';
declare const Statistic: ({ componentType, title, layout, metrics, size, symbol, color, isDimmed, ...rest }: StatisticProps) => import("react/jsx-runtime").JSX.Element;
export default Statistic;
