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