import type { FC } from 'react';
import { DataStatisticsRulesProps } from './type';
import './index.less';
declare const DataStatisticsRules: FC<DataStatisticsRulesProps>;
export default DataStatisticsRules;
