import { default as React } from 'react'; import { StatisticProps as AntStatisticProps } from 'antd'; import { BaseComponentProps } from '../../types/common'; export interface AndStatisticsProps extends AntStatisticProps, BaseComponentProps { } export declare const AndStatistics: React.FC; export default AndStatistics; //# sourceMappingURL=index.d.ts.map