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