/// import { StatisticProps } from 'antd'; import './index.less'; export interface TypeDataVStatisticProps extends StatisticProps { /** 标题后缀 */ /** 标题后缀 */ titleStyle?: React.CSSProperties; } declare const DataVStatistic: (props: TypeDataVStatisticProps) => import("react").JSX.Element; export default DataVStatistic;