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