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