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