import React from 'react'; export declare const StatisticBox: ({ title, value }: { title: string; value: string | number | undefined; }) => React.JSX.Element;